Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #468

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "2.2.0",
".": "2.2.1",
"extensions/arabic": "0.1.5",
"extensions/basque": "1.0.0",
"extensions/bulgarian": "0.1.7",
Expand All @@ -15,7 +15,7 @@
"extensions/german": "2.1.1",
"extensions/greek": "1.0.1",
"extensions/hebrew": "1.0.0",
"extensions/hunspell-syntax": "1.0.0",
"extensions/hunspell-syntax": "1.0.1",
"extensions/italian": "1.0.0",
"extensions/medical-terms": "2.0.1",
"extensions/norwegian-bokmal": "0.1.8",
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# 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)


### 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))


### Miscellaneous

* add Hunspell ext to manifest ([011c306](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/011c3064c36988ca8194831f4607f40fd00b3101))
* 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))

## [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.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/hunspell-v1.0.0...hunspell@1.0.1) (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 extensions/hunspell-syntax/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 extensions/hunspell-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hunspell",
"displayName": "hunspell",
"description": "Hunspell Syntax Highlighting support",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "streetsidesoftware",
"engines": {
"vscode": "^1.14.0"
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
@@ -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