Skip to content

Commit 6cf615c

Browse files
chore(main): release code-spell-checker 4.0.38 (#4105)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecc03e8 commit 6cf615c

4 files changed

+12
-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.37"
2+
".": "4.0.38"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.38](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.37...code-spell-checker-v4.0.38) (2025-02-09)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* decode file names before displaying them. ([#4104](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4104)) ([546a28c](https://github.com/streetsidesoftware/vscode-spell-checker/commit/546a28ce066a0b0b8374c5d36127a3c79c8fc8f4))
11+
* Update CSpell (main) ([#4116](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4116)) ([79c1065](https://github.com/streetsidesoftware/vscode-spell-checker/commit/79c10653a8f4d4ebabeea6a5a4c83c01c64a400f))
12+
513
## [4.0.37](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.36...code-spell-checker-v4.0.37) (2025-01-30)
614

715

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.37",
8+
"version": "4.0.38",
99
"publisher": "streetsidesoftware",
1010
"private": true,
1111
"type": "module",

0 commit comments

Comments
 (0)