Skip to content

Commit

Permalink
chore: release main (#1016)
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 Oct 22, 2024
1 parent ad98975 commit dd8e62b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "5.7.6",
".": "5.7.7",
"extensions/arabic": "0.2.1",
"extensions/basque": "1.0.4",
"extensions/bulgarian": "0.1.11",
Expand Down Expand Up @@ -47,5 +47,5 @@
"extensions/finnish": "1.0.0",
"extensions/ancient-greek": "1.0.1",
"extensions/latin": "1.0.0",
"extensions/cspell-bundled-dictionaries": "1.0.0"
"extensions/cspell-bundled-dictionaries": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.7.7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-10-22)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1014](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1014)) ([ad98975](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/ad989759d026af5e176e574334132c13574fd0f1))

## [5.7.6](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-10-21)


Expand Down
7 changes: 7 additions & 0 deletions extensions/cspell-bundled-dictionaries/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-cspell-bundled-dictionaries" extension will be documented in this file.

## [1.0.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2024-10-22)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1014](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1014)) ([ad98975](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/ad989759d026af5e176e574334132c13574fd0f1))

## 1.0.0 (2024-10-21)


Expand Down
4 changes: 2 additions & 2 deletions extensions/cspell-bundled-dictionaries/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/cspell-bundled-dictionaries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-cspell-bundled-dictionaries",
"description": "CSpell Bundled Dictionaries dictionary extension for VS Code.",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "CSpell Bundled Dictionaries - 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.7.6",
"version": "5.7.7",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit dd8e62b

Please sign in to comment.