Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent a0689b2 commit 65a7890
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "5.9.2",
".": "5.9.3",
"extensions/arabic": "0.2.3",
"extensions/basque": "1.0.6",
"extensions/bulgarian": "0.1.13",
Expand Down Expand Up @@ -47,7 +47,7 @@
"extensions/finnish": "1.0.4",
"extensions/ancient-greek": "1.0.4",
"extensions/latin": "1.0.3",
"extensions/cspell-bundled-dictionaries": "1.0.10",
"extensions/cspell-bundled-dictionaries": "1.0.11",
"extensions/macedonian": "1.0.2",
"extensions/timestamp-hover": "1.0.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.9.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2025-01-09)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1115](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1115)) ([5117006](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/51170064b2b5c30aa46abe6957c5ef6765481cae))
* Workflow Bot -- Update Dictionaries ([#1118](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1118)) ([f3633b0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/f3633b0dabc7ea55ad1e7ea0f36c742f8f2cffd4))
* Workflow Bot -- Update Dictionaries ([#1119](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1119)) ([a0689b2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/a0689b2dd7cf376c1a732cfa277d3b51752443b6))

## [5.9.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2025-01-06)


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

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

## [1.0.11](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2025-01-09)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1115](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1115)) ([5117006](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/51170064b2b5c30aa46abe6957c5ef6765481cae))
* Workflow Bot -- Update Dictionaries ([#1118](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1118)) ([f3633b0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/f3633b0dabc7ea55ad1e7ea0f36c742f8f2cffd4))
* Workflow Bot -- Update Dictionaries ([#1119](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1119)) ([a0689b2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/a0689b2dd7cf376c1a732cfa277d3b51752443b6))

## [1.0.10](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2025-01-05)


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": "1.0.10",
"version": "1.0.11",
"displayName": "CSpell Bundled Dictionaries - Code Spell Checker",
"icon": "images/SpellCheck.png",
"private": 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.9.2",
"version": "5.9.3",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit 65a7890

Please sign in to comment.