Skip to content

Commit

Permalink
chore: release main (#550)
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] authored Feb 27, 2023
1 parent 48a8936 commit 78d06c1
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "2.6.1",
".": "2.7.0",
"extensions/arabic": "0.1.7",
"extensions/basque": "1.0.2",
"extensions/bulgarian": "0.1.9",
Expand Down Expand Up @@ -35,5 +35,6 @@
"extensions/british-english": "1.0.2",
"extensions/slovak": "1.0.1",
"extensions/australian-english": "1.0.0",
"extensions/canadian-english": "1.0.1"
"extensions/canadian-english": "1.0.1",
"extensions/swiss-german": "1.0.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.7.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2023-02-27)


### Features

* Add Swiss German ([#549](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/549)) ([bca47c2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/bca47c26e48aeebbb49eee8819129f089db9bca7))

## [2.6.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2023-02-27)


Expand Down
7 changes: 7 additions & 0 deletions extensions/swiss-german/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "code-spell-checker-swiss-german" extension will be documented in this file.

## 1.0.0 (2023-02-27)


### Features

* Add Swiss German ([#549](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/549)) ([bca47c2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/bca47c26e48aeebbb49eee8819129f089db9bca7))

## [Unreleased]

- Initial release
Expand Down
4 changes: 2 additions & 2 deletions extensions/swiss-german/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/swiss-german/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-swiss-german",
"description": "Swiss German dictionary extension for VS Code.",
"version": "0.1.0",
"version": "1.0.0",
"displayName": "Swiss German - Code Spell Checker",
"icon": "images/SpellCheck.png",
"preview": false,
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1",
"version": "2.7.0",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit 78d06c1

Please sign in to comment.