Skip to content

Commit aa3a724

Browse files
chore(main): release code-spell-checker 4.6.1
1 parent f8612d0 commit aa3a724

4 files changed

Lines changed: 19 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.6.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.6.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.6.0...code-spell-checker-v4.6.1) (2026-03-24)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([f8612d0](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f8612d024f69b023f4d7748f5b28f9c2368a097d))
11+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([be9e957](https://github.com/streetsidesoftware/vscode-spell-checker/commit/be9e957b0b845d0e3809b1de74c89b0ba9a55942))
12+
* Update CSpell from `9.7.0` to `9.7.0` and other dependencies ([09aa324](https://github.com/streetsidesoftware/vscode-spell-checker/commit/09aa324ce5de8b5713a32b7ac6579a28d67b437c))
13+
* 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))
14+
15+
16+
### Code Refactoring
17+
18+
* clean up dictionary search ([#5148](https://github.com/streetsidesoftware/vscode-spell-checker/issues/5148)) ([89618d8](https://github.com/streetsidesoftware/vscode-spell-checker/commit/89618d8cb59aee513c3cce34448b38ae9b4a4ec7))
19+
520
## [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)
621

722

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.6.1",
99
"publisher": "streetsidesoftware",
1010
"private": true,
1111
"type": "module",

0 commit comments

Comments
 (0)