Skip to content

Commit 13084a3

Browse files
chore(main): release code-spell-checker 4.0.36 (#4052)
1 parent f455f51 commit 13084a3

4 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.35"
2+
".": "4.0.36"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* **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))
11+
* 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))
12+
* 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))
13+
* Update CSpell (main) ([#4050](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4050)) ([e629867](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e629867cc7d94238636560c61c239389fe8a3537))
14+
* Update CSpell (main) ([#4086](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4086)) ([b36aab0](https://github.com/streetsidesoftware/vscode-spell-checker/commit/b36aab08ebeb7f4c2f636769c7b2ad8040ad8e29))
15+
516
## [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)
617

718

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/SpellCheck.png",
66
"author": "Jason Dent",
77
"license": "GPL-3.0-or-later",
8-
"version": "4.0.35",
8+
"version": "4.0.36",
99
"publisher": "streetsidesoftware",
1010
"private": true,
1111
"type": "module",

0 commit comments

Comments
 (0)