Skip to content

Commit 0ba646e

Browse files
chore(main): release code-spell-checker 4.1.0 (#4392)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4843886 commit 0ba646e

File tree

4 files changed

+17
-4
lines changed

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.49"
2+
".": "4.1.0"
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.1.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.49...code-spell-checker-v4.1.0) (2025-05-08)
6+
7+
8+
### Features
9+
10+
* Update to CSpell 9.0.1 and latest dictionaries. ([5cd861d](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5cd861d4347fba507fa85a0b25d0af24e9952971))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* Update CSpell (main) ([#4400](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4400)) ([f86f68f](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f86f68f3e8e8efb348cb79935f9c4f4f7cc1eb77))
16+
* Update to CSpell 9.0.0 ([#4391](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4391)) ([474a2ab](https://github.com/streetsidesoftware/vscode-spell-checker/commit/474a2ab0c758ef7d31550e455ef05988f5ea03fa))
17+
518
## [4.0.49](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.48...code-spell-checker-v4.0.49) (2025-05-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.49",
8+
"version": "4.1.0",
99
"publisher": "streetsidesoftware",
1010
"private": true,
1111
"type": "module",

0 commit comments

Comments
 (0)