Skip to content

Commit

Permalink
chore(main): release code-spell-checker 3.0.0 (#2760)
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>
  • Loading branch information
github-actions[bot] committed Sep 8, 2023
1 parent f51749b commit 7475e01
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.20.5"
".": "3.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,24 @@

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.0.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.20.5...code-spell-checker-v3.0.0) (2023-09-07)


### ⚠ BREAKING CHANGES

* Upgrade to CSpell 7 ([#2745](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2745))

### Features

* Update VSCode required version to 1.80.0 ([#2776](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2776)) ([e822d6e](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e822d6eaef137f659feac743b19fdd39bd980224))
* Upgrade to CSpell 7 ([#2745](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2745)) ([5a60904](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5a609043da987f4a1c55641ec7e2c8501655c0ea))


### Updates and Bug Fixes

* fix typo ([#2730](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2730)) ([8f39e66](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8f39e665644ee10a1ad4094ec8dfae8ede100e9e))
* Issue with spell checking SCM message ([#2774](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2774)) ([1766a28](https://github.com/streetsidesoftware/vscode-spell-checker/commit/1766a28f6c4c6b380b81899619f221930f50f5c9))

## [2.20.5](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.20.4...code-spell-checker-v2.20.5) (2023-06-08)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"version": "2.20.5",
"version": "3.0.0",
"publisher": "streetsidesoftware",
"private": true,
"repository": {
Expand Down Expand Up @@ -2578,7 +2578,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"inject-markdown": "^2.0.0",
"inject-markdown": "^1.5.0",
"jest": "^29.6.4",
"jest-mock-vscode": "^2.1.0",
"jest-when": "^3.6.0",
Expand Down

0 comments on commit 7475e01

Please sign in to comment.