Skip to content

Commit 87fad49

Browse files
chore(main): release code-spell-checker 4.0.33 (#4005)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92978dd commit 87fad49

4 files changed

+17
-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.32"
2+
".": "4.0.33"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.33](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.32...code-spell-checker-v4.0.33) (2025-01-07)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* **deps:** bump @cspell/dict-cspell-bundle from 1.0.20 to 1.0.21 ([#4008](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4008)) ([c20c3bd](https://github.com/streetsidesoftware/vscode-spell-checker/commit/c20c3bd889fe4bfa927533564f32ef9886dc3541))
11+
* Hide info from activity bar ([#4018](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4018)) ([58dbdac](https://github.com/streetsidesoftware/vscode-spell-checker/commit/58dbdac6540bd3594a7674791af3eeb9ef342a76))
12+
13+
14+
### Code Refactoring
15+
16+
* move the survey command into its own file ([#4017](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4017)) ([a0e6728](https://github.com/streetsidesoftware/vscode-spell-checker/commit/a0e672857e44a3fb385e31a6a354f5b18a25818f))
17+
518
## [4.0.32](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.31...code-spell-checker-v4.0.32) (2025-01-05)
619

720

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

0 commit comments

Comments
 (0)