Skip to content

Commit 6e80ac1

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

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
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.1.0"
2+
".": "4.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.2.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.1.0...code-spell-checker-v4.2.0) (2025-06-16)
6+
7+
8+
### Features
9+
10+
* Update CSpell from `9.0.2` to `9.1.1` and other dependencies ([f933ba5](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f933ba56a7544d4f1f5340fc962a466a5d9cd7a0))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* correct file type in code samples ([#4489](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4489)) ([33f2372](https://github.com/streetsidesoftware/vscode-spell-checker/commit/33f237295a08937d6951e8ff1ba3c95eb069a8aa))
16+
* Update CSpell (main) ([#4425](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4425)) ([1ca0b5c](https://github.com/streetsidesoftware/vscode-spell-checker/commit/1ca0b5cba956fad7f69379dc050f6c15d02c04a8))
17+
* Update CSpell (main) ([#4437](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4437)) ([f8f5ccc](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f8f5cccef4b46664236bc5eca21c0da475231bcf))
18+
* Update dictionaries ([#4519](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4519)) ([e639347](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e6393478a8bfbf166dba56fdd8e6108157398195))
19+
* Update overviewRulerColor docs ([#4468](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4468)) ([2865fd7](https://github.com/streetsidesoftware/vscode-spell-checker/commit/2865fd7087a85a0a2aaca2aec3cf546d5e6bfe82))
20+
* Update to CSpell 9.0.2 ([#4445](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4445)) ([8f25754](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8f257548e8f23b26af82ceecaa72b6b1ed7cdf34))
21+
522
## [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)
623

724

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
8+
"version": "4.2.0",
99
"publisher": "streetsidesoftware",
1010
"private": true,
1111
"type": "module",

0 commit comments

Comments
 (0)