Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.36 (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2025
1 parent f455f51 commit 13084a3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.35"
".": "4.0.36"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.36](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.35...code-spell-checker-v4.0.36) (2025-01-29)


### Updates and Bug Fixes

* **deps:** bump @cspell/dict-cspell-bundle from 1.0.24 to 1.0.25 ([#4058](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4058)) ([da1f142](https://github.com/streetsidesoftware/vscode-spell-checker/commit/da1f1428415169686a8e6f11d42e22b8cc659f04))
* Make sure show/hide are in the right locations ([#4087](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4087)) ([4bc4120](https://github.com/streetsidesoftware/vscode-spell-checker/commit/4bc4120b31ec819ba63d3fdaaa88e9d5ff623325))
* Preserved comments in JSONC files ([#4063](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4063)) ([3cbbb29](https://github.com/streetsidesoftware/vscode-spell-checker/commit/3cbbb29b272e3c55360bf932935b26ccf1c82521))
* Update CSpell (main) ([#4050](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4050)) ([e629867](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e629867cc7d94238636560c61c239389fe8a3537))
* Update CSpell (main) ([#4086](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4086)) ([b36aab0](https://github.com/streetsidesoftware/vscode-spell-checker/commit/b36aab08ebeb7f4c2f636769c7b2ad8040ad8e29))

## [4.0.35](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.34...code-spell-checker-v4.0.35) (2025-01-12)


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
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"version": "4.0.35",
"version": "4.0.36",
"publisher": "streetsidesoftware",
"private": true,
"type": "module",
Expand Down

0 comments on commit 13084a3

Please sign in to comment.