Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.35 (#4029)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] authored Jan 13, 2025
1 parent 37b3ede commit 4ec8330
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.34"
".": "4.0.35"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,17 @@

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.

## [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)


### Updates and Bug Fixes

* 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))
* 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))
* 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))
* Remove ellipse from "No issues found." ([312a7a1](https://github.com/streetsidesoftware/vscode-spell-checker/commit/312a7a1c603855d393b90e64889788b596abb980))
* Update dictionaries ([#4039](https://github.com/streetsidesoftware/vscode-spell-checker/issues/4039)) ([1d3e1c7](https://github.com/streetsidesoftware/vscode-spell-checker/commit/1d3e1c77d36d5e9807b22fbfcde362b0738e6cae))

## [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)


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"version": "4.0.34",
"version": "4.0.35",
"publisher": "streetsidesoftware",
"private": true,
"type": "module",

0 comments on commit 4ec8330

Please sign in to comment.