Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2023
1 parent 1d1db19 commit ea3c4c9
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"extensions/turkish": "1.0.0",
"extensions/ukrainian": "1.0.0",
"extensions/vietnamese": "1.0.0",
".": "2.2.0",
"extensions/basque": "1.0.0"
".": "2.2.1",
"extensions/basque": "1.0.0",
"extensions/hunspell-syntax": "1.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.2.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@2.2.0...vscode-cspell-dict-extensions@2.2.1) (2023-01-06)


### Miscellaneous

* Add skip duplicate to publishing ([#472](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/472)) ([577b2fd](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/577b2fd47db25eaa27d2b4ca3e9c41e3d03be74b))
* do not spell check CHANGELOG.md ([864e388](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/864e3880e32e58a6b300adbb1b50eb4e9b1a7958))
* Update vsce ([#469](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/469)) ([e9d80c7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/e9d80c76318384652f516f7d291f3a83a8879856))


### Updates and Bug Fixes

* Add Hunspell Syntax Highlighter extension ([#471](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/471)) ([3e04a98](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/3e04a98f053ea3b5195b1c1d62f16d679e9054d4))


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies ([#470](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/470)) ([f3f0fe4](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/f3f0fe42ff5b8cbcd6898fbb1ba8e3dd0bc0b21a))
* Workflow Bot -- Update ALL Dependencies (main) ([#473](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/473)) ([1d1db19](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/1d1db1912ee1ebd56adb9025e90b543ded616a0d))

## [2.2.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@2.1.0...vscode-cspell-dict-extensions@2.2.0) (2023-01-06)


Expand Down
14 changes: 13 additions & 1 deletion extensions/hunspell-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@ All notable changes to the "hunspell" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.0.0 (2023-01-06)


### Updates and Bug Fixes

* Add Hunspell Syntax Highlighter extension ([#471](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/471)) ([3e04a98](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/3e04a98f053ea3b5195b1c1d62f16d679e9054d4))


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies (main) ([#473](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/473)) ([1d1db19](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/1d1db1912ee1ebd56adb9025e90b543ded616a0d))

## [Unreleased]
- Initial release
- Initial release
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
@@ -1,7 +1,7 @@
{
"name": "vscode-cspell-dict-extensions",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit ea3c4c9

Please sign in to comment.