Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.33 (#4005)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 7, 2025
1 parent 92978dd commit 87fad49
Show file tree
Hide file tree
Showing 4 changed files with 17 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.32"
".": "4.0.33"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.33](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.32...code-spell-checker-v4.0.33) (2025-01-07)


### Updates and Bug Fixes

* **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))
* 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))


### Code Refactoring

* 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))

## [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)


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.32",
"version": "4.0.33",
"publisher": "streetsidesoftware",
"private": true,
"type": "module",
Expand Down

0 comments on commit 87fad49

Please sign in to comment.