Skip to content

Commit

Permalink
chore(main): release code-spell-checker 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2023
1 parent b0af8f9 commit c2d96b7
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
{
".": "3.0.1"
".": "3.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [3.1.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v3.0.1...code-spell-checker-v3.1.0) (2023-09-26)


### Features

* Upgrade vscode-language-server ([#2840](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2840)) ([b0af8f9](https://github.com/streetsidesoftware/vscode-spell-checker/commit/b0af8f90d209907cfb9244af296334ee62427df6))


### Updates and Bug Fixes

* lint issues and improve error handling ([#2825](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2825)) ([dfa5889](https://github.com/streetsidesoftware/vscode-spell-checker/commit/dfa58898a5b3a6e34f66e824c80deae9c3b24eff))
* Update list of supported language Ids ([#2796](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2796)) ([e169d64](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e169d6412c63afc2012c47f44418924c9d65e5f9))

## [3.0.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v3.0.0...code-spell-checker-v3.0.1) (2023-09-11)


Expand Down
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
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"version": "3.0.1",
"version": "3.1.0",
"publisher": "streetsidesoftware",
"private": true,
"repository": {
Expand Down

0 comments on commit c2d96b7

Please sign in to comment.