Skip to content

Commit

Permalink
chore: release main (#911)
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 Apr 2, 2024
1 parent 052c4a3 commit ca67b3b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
@@ -1,5 +1,5 @@
{
".": "5.6.0",
".": "5.7.0",
"extensions/arabic": "0.2.1",
"extensions/basque": "1.0.4",
"extensions/bulgarian": "0.1.11",
Expand Down Expand Up @@ -45,5 +45,6 @@
"extensions/indonesian": "1.0.0",
"extensions/hungarian": "1.0.0",
"extensions/finnish": "1.0.0",
"extensions/ancient-greek": "1.0.0"
"extensions/ancient-greek": "1.0.0",
"extensions/latin": "1.0.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [5.7.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@5.6.0...vscode-cspell-dict-extensions@5.7.0) (2024-04-01)


### Features

* Add Latin Dictionary Extension ([#910](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/910)) ([8e8bf69](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/8e8bf69676a7a850ce63d58310ea302283e4fdd7))

## [5.6.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@5.5.1...vscode-cspell-dict-extensions@5.6.0) (2024-03-31)


Expand Down
7 changes: 7 additions & 0 deletions extensions/latin/CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## 1.0.0 (2024-04-01)


### Features

* Add Latin Dictionary Extension ([#910](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/910)) ([8e8bf69](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/8e8bf69676a7a850ce63d58310ea302283e4fdd7))

## [Unreleased]

- Initial release
Expand Down
4 changes: 2 additions & 2 deletions extensions/latin/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/latin/package.json
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-latin",
"description": "Latin dictionary extension for VS Code.",
"version": "0.1.0",
"version": "1.0.0",
"displayName": "Latin - 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
@@ -1,7 +1,7 @@
{
"name": "vscode-cspell-dict-extensions",
"private": true,
"version": "5.6.0",
"version": "5.7.0",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit ca67b3b

Please sign in to comment.