Skip to content

Commit

Permalink
chore(main): release code-spell-checker 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2023
1 parent 14afbb4 commit 666ca48
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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 @@
{
".": "2.14.0"
".": "2.14.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [2.14.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.14.0...code-spell-checker-v2.14.1) (2023-01-10)


### Miscellaneous

* **deps-dev:** bump @types/fs-extra from 9.0.13 to 11.0.0 ([#2439](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2439)) ([a64771e](https://github.com/streetsidesoftware/vscode-spell-checker/commit/a64771e6fadc3a1cc36ee2f3a72f9bf3f0cc5d62))
* **deps-dev:** bump jest-mock-vscode from 1.2.1 to 1.3.0 ([#2440](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2440)) ([7460ef2](https://github.com/streetsidesoftware/vscode-spell-checker/commit/7460ef2bc22c6ec6cdda62b894909b242dc7fb26))
* Use skip-duplicate while publishing ([fa711f8](https://github.com/streetsidesoftware/vscode-spell-checker/commit/fa711f8f106aacbece8f8d3feaffd4faca660918))


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies (main) ([#2441](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2441)) ([38d3a27](https://github.com/streetsidesoftware/vscode-spell-checker/commit/38d3a271e77a5902712f64b2b7390bc065fb23f4))
* Workflow Bot -- Update ALL Dependencies (main) ([#2443](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2443)) ([14afbb4](https://github.com/streetsidesoftware/vscode-spell-checker/commit/14afbb476e19d3b487f5108a39aeca0567ed824c))

## [2.14.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.13.0...code-spell-checker-v2.14.0) (2023-01-08)


Expand Down
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": "2.14.0",
"version": "2.14.1",
"publisher": "streetsidesoftware",
"private": true,
"repository": {
Expand Down

0 comments on commit 666ca48

Please sign in to comment.