Skip to content

Commit b0633ff

Browse files
chore(main): release code-spell-checker 4.0.5 (#3457)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01146e9 commit b0633ff

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.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.0.4"
2+
".": "4.0.5"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.5](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.4...code-spell-checker-v4.0.5) (2024-07-30)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* Improve the REPL Check output ([#3478](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3478)) ([b546916](https://github.com/streetsidesoftware/vscode-spell-checker/commit/b54691603e0f60358c97f008dcbcf201a3f0c25e))
11+
* remove typo ([#3463](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3463)) ([d6212e9](https://github.com/streetsidesoftware/vscode-spell-checker/commit/d6212e97b6d7bc5c753b492268a6aefbd954c034))
12+
* REPL - remove `./` from rel path ([#3452](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3452)) ([0e03b63](https://github.com/streetsidesoftware/vscode-spell-checker/commit/0e03b63f7b3fb744a3a7ec661cb3774fede5ea8e))
13+
* Update CSpell (main) ([#3487](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3487)) ([de554f2](https://github.com/streetsidesoftware/vscode-spell-checker/commit/de554f2cb1fbfbcbc1be00c68c9f0906e69dd5a0))
14+
515
## [4.0.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.3...code-spell-checker-v4.0.4) (2024-07-17)
616

717

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.0.4",
8+
"version": "4.0.5",
99
"publisher": "streetsidesoftware",
1010
"preview": true,
1111
"private": true,

0 commit comments

Comments
 (0)