Skip to content

Commit

Permalink
chore: release main (#358)
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] committed Aug 12, 2022
1 parent 67b2d17 commit 84d6540
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extensions/catalan": "0.1.13",
"extensions/croatian": "0.1.6",
"extensions/czech": "0.1.13",
"extensions/danish": "1.0.0",
"extensions/danish": "1.0.1",
"extensions/dutch": "0.3.3",
"extensions/esperanto": "0.1.11",
"extensions/estonian": "0.1.7",
Expand All @@ -28,5 +28,5 @@
"extensions/turkish": "0.1.13",
"extensions/ukrainian": "0.1.14",
"extensions/vietnamese": "0.1.10",
".": "1.0.0"
".": "1.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@1.0.0...vscode-cspell-dict-extensions@1.0.1) (2022-08-12)


### Miscellaneous

* try to get release-please to publish ([2ac0d52](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/2ac0d5253c7164540063941e18b6928543059aa8))


### Updates and Bug Fixes

* Update sample ([67b2d17](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/67b2d179d56a2ad719a4f69fedd24e55216d3385))

## 1.0.0 (2022-08-12)


Expand Down
7 changes: 7 additions & 0 deletions extensions/danish/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-danish@1.0.0...code-spell-checker-danish@1.0.1) (2022-08-12)


### Updates and Bug Fixes

* Update sample ([67b2d17](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/67b2d179d56a2ad719a4f69fedd24e55216d3385))

## [1.0.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-danish@0.2.14...code-spell-checker-danish@1.0.0) (2022-08-12)


Expand Down
4 changes: 2 additions & 2 deletions extensions/danish/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/danish/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-danish",
"description": "Danish dictionary extension for VS Code.",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Danish - Code Spell Checker",
"icon": "images/SpellCheck.png",
"private": true,
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": "1.0.0",
"version": "1.0.1",
"scripts": {
"test": "lerna run --concurrency 1 test",
"postinstall": "lerna bootstrap",
Expand Down

0 comments on commit 84d6540

Please sign in to comment.