Skip to content

Commit 9cfcf9f

Browse files
chore(main): release code-spell-checker 4.7.0
1 parent 809289e commit 9cfcf9f

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

.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.6.0"
2+
".": "4.7.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.7.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.6.0...code-spell-checker-v4.7.0) (2026-04-11)
6+
7+
8+
### Features
9+
10+
* Update CSpell from `9.7.0` to `9.8.0` and other dependencies ([7aa3239](https://github.com/streetsidesoftware/vscode-spell-checker/commit/7aa3239045e76a4eaf2895182994fbe1e427a764))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([e5b320e](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e5b320ef8efffa4dcb4b15dce5e4693edc83cebf))
16+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([f8612d0](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f8612d024f69b023f4d7748f5b28f9c2368a097d))
17+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([be9e957](https://github.com/streetsidesoftware/vscode-spell-checker/commit/be9e957b0b845d0e3809b1de74c89b0ba9a55942))
18+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([09aa324](https://github.com/streetsidesoftware/vscode-spell-checker/commit/09aa324ce5de8b5713a32b7ac6579a28d67b437c))
19+
* Use the locally installed bundled dictionaries ([#5138](https://github.com/streetsidesoftware/vscode-spell-checker/issues/5138)) ([f22744d](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f22744d27b76a698adefa5b3ee050392a126cde3))
20+
21+
22+
### Code Refactoring
23+
24+
* clean up dictionary search ([#5148](https://github.com/streetsidesoftware/vscode-spell-checker/issues/5148)) ([89618d8](https://github.com/streetsidesoftware/vscode-spell-checker/commit/89618d8cb59aee513c3cce34448b38ae9b4a4ec7))
25+
526
## [4.6.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.5.6...code-spell-checker-v4.6.0) (2026-02-24)
627

728

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

0 commit comments

Comments
 (0)