Skip to content

Commit

Permalink
chore: release main (#846)
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 Jan 23, 2024
1 parent 9fb143c commit 8b0c889
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 8 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 @@
{
".": "5.3.0",
".": "5.4.0",
"extensions/arabic": "0.2.1",
"extensions/basque": "1.0.4",
"extensions/bulgarian": "0.1.11",
Expand Down Expand Up @@ -42,5 +42,6 @@
"extensions/romanian": "1.1.2",
"extensions/latvian": "1.1.1",
"extensions/win32": "1.0.3",
"extensions/indonesian": "1.0.0"
"extensions/indonesian": "1.0.0",
"extensions/hungarian": "1.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [5.4.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-01-23)


### Features

* Hungarian Code Spell Checker ([#845](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/845)) ([bdbe898](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/bdbe898e82122e75f7709df8699c673c80bf193c))


### Updates and Bug Fixes

* Add note about the state of the Hungarian Dictionary ([#851](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/851)) ([9fb143c](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/9fb143cbe9bbba9010dcdd36f2de9054e3893e3d))

## [5.3.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-01-16)


Expand Down
12 changes: 12 additions & 0 deletions extensions/hungarian/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 1.0.0 (2024-01-23)


### Features

* Hungarian Code Spell Checker ([#845](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/845)) ([bdbe898](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/bdbe898e82122e75f7709df8699c673c80bf193c))


### Updates and Bug Fixes

* Add note about the state of the Hungarian Dictionary ([#851](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/851)) ([9fb143c](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/9fb143cbe9bbba9010dcdd36f2de9054e3893e3d))

## [Unreleased]

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

0 comments on commit 8b0c889

Please sign in to comment.