From 7475e019646b3ff1efa5c1888ee62a86ec0b5966 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:00:02 +0200 Subject: [PATCH] chore(main): release code-spell-checker 3.0.0 (#2760) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6a391334..bc7a84b6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.5" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b32306dd..426c9c17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8a43e4f96..3cf871827 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",