Skip to content

Commit 77e0741

Browse files
chore: release main
1 parent 5933a59 commit 77e0741

7 files changed

Lines changed: 26 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "6.2.0",
2+
".": "6.2.1",
33
"extensions/arabic": "0.2.5",
44
"extensions/basque": "1.0.7",
55
"extensions/bulgarian": "0.1.14",
@@ -47,7 +47,7 @@
4747
"extensions/finnish": "1.0.5",
4848
"extensions/ancient-greek": "1.0.5",
4949
"extensions/latin": "1.0.5",
50-
"extensions/cspell-bundled-dictionaries": "2.0.14",
50+
"extensions/cspell-bundled-dictionaries": "2.0.15",
5151
"extensions/macedonian": "1.0.3",
5252
"extensions/timestamp-hover": "1.0.3",
5353
"extensions/galician": "1.0.3",

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.2.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@6.2.0...vscode-cspell-dict-extensions@6.2.1) (2026-02-26)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Workflow Bot -- Update Dictionaries ([#1488](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1488)) ([229ca01](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/229ca01d2dd7ad7e6199b0875fb9475f3e62bece))
9+
* Workflow Bot -- Update Dictionaries ([#1491](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1491)) ([d8e1187](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/d8e118791cecc0ff3d6c8db13737ae68e828ef8a))
10+
* Workflow Bot -- Update Dictionaries ([#1493](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1493)) ([5933a59](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/5933a598d48cdda3b4c1cebd10f8cd62c1d5c959))
11+
312
## [6.2.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@6.1.10...vscode-cspell-dict-extensions@6.2.0) (2026-02-18)
413

514

extensions/cspell-bundled-dictionaries/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the "code-spell-checker-cspell-bundled-dictionaries" extension will be documented in this file.
44

5+
## [2.0.15](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@2.0.14...code-spell-checker-cspell-bundled-dictionaries@2.0.15) (2026-02-26)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries ([#1488](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1488)) ([229ca01](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/229ca01d2dd7ad7e6199b0875fb9475f3e62bece))
11+
* Workflow Bot -- Update Dictionaries ([#1491](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1491)) ([d8e1187](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/d8e118791cecc0ff3d6c8db13737ae68e828ef8a))
12+
* Workflow Bot -- Update Dictionaries ([#1493](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1493)) ([5933a59](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/5933a598d48cdda3b4c1cebd10f8cd62c1d5c959))
13+
514
## [2.0.14](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@2.0.13...code-spell-checker-cspell-bundled-dictionaries@2.0.14) (2026-02-13)
615

716

extensions/cspell-bundled-dictionaries/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/cspell-bundled-dictionaries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-spell-checker-cspell-bundled-dictionaries",
33
"description": "CSpell Bundled Dictionaries dictionary extension for VS Code.",
4-
"version": "2.0.14",
4+
"version": "2.0.15",
55
"displayName": "CSpell Bundled Dictionaries - Code Spell Checker",
66
"icon": "images/SpellCheck.png",
77
"private": true,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-cspell-dict-extensions",
33
"private": true,
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"scripts": {
66
"test": "lerna run test",
77
"postinstall": "lerna exec \"npm i\"",

0 commit comments

Comments
 (0)