Skip to content

Commit 62b6715

Browse files
chore(main): release code-spell-checker 4.4.0 (#4932)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 57c976a commit 62b6715

4 files changed

Lines changed: 18 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.3.2"
2+
".": "4.4.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.4.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.3.2...code-spell-checker-v4.4.0) (2025-12-13)
6+
7+
8+
### Features
9+
10+
* Update CSpell from `9.3.2` to `9.4.0` and other dependencies ([a4f88a7](https://github.com/streetsidesoftware/vscode-spell-checker/commit/a4f88a72c137e8f844dbf858332034cd9f244673))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* Fix broken menu ([#4966](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4966)) ([807bd47](https://github.com/streetsidesoftware/vscode-spell-checker/commit/807bd4786c107286f47a6a33c1f1d0ff2221f30a))
16+
* Update CSpell from `9.3.2` to `9.3.2` and other dependencies ([e16cd5b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e16cd5bbaa8c9d96792cc5b306e17047eb17647b))
17+
* Use `sinceVersion` instead of `since` to avoid collisions. ([1032b1d](https://github.com/streetsidesoftware/vscode-spell-checker/commit/1032b1d90cbeb164c2d555ff274407ff4f6340ef))
18+
519
## [4.3.2](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.3.1...code-spell-checker-v4.3.2) (2025-11-15)
620

721

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

0 commit comments

Comments
 (0)