Skip to content

Commit a55e8d7

Browse files
chore(main): release 0.21.0
1 parent 35c674a commit a55e8d7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.20.0"
2+
".": "0.21.0"
33
}

CHANGELOG.md

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

3+
## [0.21.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.20.0...0.21.0) (2025-10-02)
4+
5+
6+
### Features
7+
8+
* uncomment linux cuda 13 default ([#369](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/369)) ([35c674a](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/35c674a8c99dc6ba7c01e6685b85498f18639d07))
9+
310
## [0.20.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.19.1...0.20.0) (2025-10-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaml-language-server",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)