Skip to content

Commit a2d593e

Browse files
chore: release main (#5208)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4613f80 commit a2d593e

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "33.0.2",
2+
".": "33.1.0",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.17",
55
"dictionaries/bash": "4.2.2",
@@ -129,5 +129,5 @@
129129
"packages/en-freq": "1.0.0",
130130
"dictionaries/en-slang": "1.0.2",
131131
"dictionaries/zig": "1.0.0",
132-
"dictionaries/gdscript": "1.0.1"
132+
"dictionaries/gdscript": "1.1.0"
133133
}

CHANGELOG.md

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

3+
## [33.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.0.2...cspell-dicts@33.1.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* update GDScript dictionary for Godot 4.6 ([#5206](https://github.com/streetsidesoftware/cspell-dicts/issues/5206)) ([4b81a02](https://github.com/streetsidesoftware/cspell-dicts/commit/4b81a02c0b968b7e7be65945cfa2418ad6895fb5))
9+
310
## [33.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.0.1...cspell-dicts@33.0.2) (2026-02-01)
411

512

dictionaries/gdscript/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-gdscript@1.0.1...@cspell/dict-gdscript@1.1.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* update GDScript dictionary for Godot 4.6 ([#5206](https://github.com/streetsidesoftware/cspell-dicts/issues/5206)) ([4b81a02](https://github.com/streetsidesoftware/cspell-dicts/commit/4b81a02c0b968b7e7be65945cfa2418ad6895fb5))
9+
310
## [1.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-gdscript@1.0.0...@cspell/dict-gdscript@1.0.1) (2025-12-17)
411

512

dictionaries/gdscript/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-gdscript",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "GDScript dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-dicts",
3-
"version": "33.0.2",
3+
"version": "33.1.0",
44
"private": true,
55
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
66
"scripts": {

0 commit comments

Comments
 (0)