Skip to content

Commit

Permalink
chore: release main (#1004)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
1 parent 9889fd6 commit 8a07d01
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "5.7.5",
".": "5.7.6",
"extensions/arabic": "0.2.1",
"extensions/basque": "1.0.4",
"extensions/bulgarian": "0.1.11",
Expand Down Expand Up @@ -46,5 +46,6 @@
"extensions/hungarian": "1.0.0",
"extensions/finnish": "1.0.0",
"extensions/ancient-greek": "1.0.1",
"extensions/latin": "1.0.0"
"extensions/latin": "1.0.0",
"extensions/cspell-bundled-dictionaries": "1.0.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.7.6](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-10-21)


### Updates and Bug Fixes

* Add CSpell Bundled Dictionaries ([#1003](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1003)) ([6c7bff4](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/6c7bff434c529c5181cc4f0c7b5c1a428f7d8dde))

## [5.7.5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-08-18)


Expand Down
7 changes: 7 additions & 0 deletions extensions/cspell-bundled-dictionaries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "code-spell-checker-cspell-bundled-dictionaries" extension will be documented in this file.

## 1.0.0 (2024-10-21)


### Updates and Bug Fixes

* Add CSpell Bundled Dictionaries ([#1003](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1003)) ([6c7bff4](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/6c7bff434c529c5181cc4f0c7b5c1a428f7d8dde))

## [Unreleased]

- Initial release
Expand Down
4 changes: 2 additions & 2 deletions extensions/cspell-bundled-dictionaries/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/cspell-bundled-dictionaries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-cspell-bundled-dictionaries",
"description": "CSpell Bundled Dictionaries dictionary extension for VS Code.",
"version": "0.1.0",
"version": "1.0.0",
"displayName": "CSpell Bundled Dictionaries - Code Spell Checker",
"icon": "images/SpellCheck.png",
"preview": true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-cspell-dict-extensions",
"private": true,
"version": "5.7.5",
"version": "5.7.6",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit 8a07d01

Please sign in to comment.