Skip to content

Commit a719dcd

Browse files
chore: release main
1 parent 1224569 commit a719dcd

File tree

11 files changed

+66
-10
lines changed

11 files changed

+66
-10
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".": "33.7.3",
2+
".": "33.8.0",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.17",
5-
"dictionaries/bash": "4.2.2",
5+
"dictionaries/bash": "4.2.3",
66
"dictionaries/bg_BG": "3.0.8",
77
"dictionaries/ca": "3.1.2",
88
"dictionaries/city-names-finland": "3.0.6",
@@ -52,7 +52,7 @@
5252
"dictionaries/nb_NO": "2.0.6",
5353
"dictionaries/nl_NL": "2.4.2",
5454
"dictionaries/node": "5.0.9",
55-
"dictionaries/npm": "5.2.38",
55+
"dictionaries/npm": "5.2.39",
5656
"dictionaries/php": "4.1.1",
5757
"dictionaries/pl_PL": "3.0.6",
5858
"dictionaries/powershell": "5.0.15",
@@ -81,7 +81,7 @@
8181
"dictionaries/ar": "1.1.7",
8282
"dictionaries/markdown": "2.0.16",
8383
"dictionaries/gaming-terms": "1.1.2",
84-
"dictionaries/shell": "1.1.2",
84+
"dictionaries/shell": "1.2.0",
8585
"dictionaries/svelte": "1.0.7",
8686
"dictionaries/k8s": "1.0.12",
8787
"dictionaries/en_shared": "1.0.51",
@@ -114,7 +114,7 @@
114114
"dictionaries/google": "1.0.9",
115115
"dictionaries/people-names": "1.1.16",
116116
"dictionaries/flutter": "1.1.1",
117-
"dictionaries/cspell": "2.0.59",
117+
"dictionaries/cspell": "2.0.60",
118118
"dictionaries/mk": "1.0.3",
119119
"dictionaries/gis": "1.0.3",
120120
"dictionaries/pokemon": "1.0.3",

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Release Notes
22

3+
## [33.8.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.7.3...cspell-dicts@33.8.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* Add environment variables and shopt options to bash dictionary ([#5408](https://github.com/streetsidesoftware/cspell-dicts/issues/5408)) ([0cb48cd](https://github.com/streetsidesoftware/cspell-dicts/commit/0cb48cdf3bb1c959bfad93dc428bd0ff3d3e918e))
9+
10+
11+
### Updates and Bug Fixes
12+
13+
* Workflow Bot -- Update Dictionaries ([#5380](https://github.com/streetsidesoftware/cspell-dicts/issues/5380)) ([afd87a0](https://github.com/streetsidesoftware/cspell-dicts/commit/afd87a05cf5167ff7dd428c39708ea3751d4dd2e))
14+
* Workflow Bot -- Update Dictionaries ([#5397](https://github.com/streetsidesoftware/cspell-dicts/issues/5397)) ([8a138b1](https://github.com/streetsidesoftware/cspell-dicts/commit/8a138b1fa2aa7de677d25e82b942793cd7fcec30))
15+
* Workflow Bot -- Update Dictionaries ([#5401](https://github.com/streetsidesoftware/cspell-dicts/issues/5401)) ([cc921c4](https://github.com/streetsidesoftware/cspell-dicts/commit/cc921c4eae38014416b5b2aeb4ffd64965bd4402))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* @cspell/dict-cspell-bundle bumped to 2.0.60
23+
324
## [33.7.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.7.2...cspell-dicts@33.7.3) (2026-03-26)
425

526

dictionaries/bash/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-bash@4.2.2...@cspell/dict-bash@4.2.3) (2026-04-07)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @cspell/dict-shell bumped to 1.2.0
14+
615
## [4.2.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-bash@4.2.1...@cspell/dict-bash@4.2.2) (2025-10-26)
716

817

dictionaries/bash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-bash",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "Bash dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/cspell/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.0.60](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.59...@cspell/dict-cspell-bundle@2.0.60) (2026-04-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cspell/dict-bash bumped to 4.2.3
11+
* @cspell/dict-npm bumped to 5.2.39
12+
313
## [2.0.59](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.58...@cspell/dict-cspell-bundle@2.0.59) (2026-03-26)
414

515

dictionaries/cspell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-cspell-bundle",
3-
"version": "2.0.59",
3+
"version": "2.0.60",
44
"private": false,
55
"description": "Dictionaries included with the CSpell Command Line tool.",
66
"publishConfig": {

dictionaries/npm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.39](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.2.38...@cspell/dict-npm@5.2.39) (2026-04-07)
7+
8+
9+
### Updates and Bug Fixes
10+
11+
* Workflow Bot -- Update Dictionaries ([#5380](https://github.com/streetsidesoftware/cspell-dicts/issues/5380)) ([afd87a0](https://github.com/streetsidesoftware/cspell-dicts/commit/afd87a05cf5167ff7dd428c39708ea3751d4dd2e))
12+
* Workflow Bot -- Update Dictionaries ([#5397](https://github.com/streetsidesoftware/cspell-dicts/issues/5397)) ([8a138b1](https://github.com/streetsidesoftware/cspell-dicts/commit/8a138b1fa2aa7de677d25e82b942793cd7fcec30))
13+
* Workflow Bot -- Update Dictionaries ([#5401](https://github.com/streetsidesoftware/cspell-dicts/issues/5401)) ([cc921c4](https://github.com/streetsidesoftware/cspell-dicts/commit/cc921c4eae38014416b5b2aeb4ffd64965bd4402))
14+
615
## [5.2.38](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.2.37...@cspell/dict-npm@5.2.38) (2026-03-22)
716

817

dictionaries/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-npm",
3-
"version": "5.2.38",
3+
"version": "5.2.39",
44
"description": "Dictionary of common NPM packages for cspell.",
55
"publishConfig": {
66
"access": "public",

dictionaries/shell/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-shell@1.1.2...@cspell/dict-shell@1.2.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* Add environment variables and shopt options to bash dictionary ([#5408](https://github.com/streetsidesoftware/cspell-dicts/issues/5408)) ([0cb48cd](https://github.com/streetsidesoftware/cspell-dicts/commit/0cb48cdf3bb1c959bfad93dc428bd0ff3d3e918e))
9+
310
## [1.1.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-shell@1.1.1...@cspell/dict-shell@1.1.2) (2025-10-26)
411

512

dictionaries/shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-shell",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Shell Script dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)