Skip to content

Commit 8394091

Browse files
chore(main): release code-spell-checker 4.0.43 (#4262)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69aa571 commit 8394091

File tree

4 files changed

+34
-25
lines changed

4 files changed

+34
-25
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.42"
2+
".": "4.0.43"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.43](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.42...code-spell-checker-v4.0.43) (2025-04-04)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* Only update status bar on change ([#4278](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4278)) ([49a83cf](https://github.com/streetsidesoftware/vscode-spell-checker/commit/49a83cf92523ae4ca3b02c48d7f0097563c806f2))
11+
* Update CSpell (main) ([#4260](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4260)) ([eca7e8a](https://github.com/streetsidesoftware/vscode-spell-checker/commit/eca7e8aede3041d626b138aca70901b8cec25465))
12+
* Update CSpell (main) ([#4279](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4279)) ([4a58e0e](https://github.com/streetsidesoftware/vscode-spell-checker/commit/4a58e0e3d6d9f82b1959488fd0b539ff67d5e49f))
13+
514
## [4.0.42](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.41...code-spell-checker-v4.0.42) (2025-03-26)
615

716

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.42",
8+
"version": "4.0.43",
99
"publisher": "streetsidesoftware",
1010
"private": true,
1111
"type": "module",
@@ -4087,7 +4087,7 @@
40874087
"tsup": "^8.4.0",
40884088
"typescript": "~5.8.2",
40894089
"typescript-eslint": "^8.29.0",
4090-
"vite": "^6.2.5",
4090+
"vite": "^6.2.4",
40914091
"vitest": "^3.1.1"
40924092
},
40934093
"dependencies": {

0 commit comments

Comments
 (0)