Skip to content

Commit 4ec8330

Browse files
chore(main): release code-spell-checker 4.0.35 (#4029)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37b3ede commit 4ec8330

4 files changed

+15
-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.34"
2+
".": "4.0.35"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0.35](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.34...code-spell-checker-v4.0.35) (2025-01-12)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* add show/hide to spelling issues view ([#4036](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4036)) ([d7436cc](https://github.com/streetsidesoftware/vscode-spell-checker/commit/d7436cc831edf6833752ddab64a23dc3d8975eee))
11+
* Have a single setting to hide issues in ruler ([#4028](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4028)) ([8732e23](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8732e235927f91837942e85a9d5375222a082c1c))
12+
* improve how words are sorted ([#4041](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4041)) ([37b3ede](https://github.com/streetsidesoftware/vscode-spell-checker/commit/37b3ede11de5a4fb8d981c92044426df1481ea5b))
13+
* Remove ellipse from "No issues found." ([312a7a1](https://github.com/streetsidesoftware/vscode-spell-checker/commit/312a7a1c603855d393b90e64889788b596abb980))
14+
* Update dictionaries ([#4039](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4039)) ([1d3e1c7](https://github.com/streetsidesoftware/vscode-spell-checker/commit/1d3e1c77d36d5e9807b22fbfcde362b0738e6cae))
15+
516
## [4.0.34](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.33...code-spell-checker-v4.0.34) (2025-01-08)
617

718

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

0 commit comments

Comments
 (0)