Skip to content

Commit 5c489c5

Browse files
chore(main): release 0.20.0 (#367)
1 parent faf0966 commit 5c489c5

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.19.1"
2+
".": "0.20.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.20.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.19.1...0.20.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* add method to checkout step fields ([#365](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/365)) ([faf0966](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/faf0966910c5fcb43b9555e78b59304b55c979b6))
9+
310
## [0.19.1](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.19.0...0.19.1) (2025-09-30)
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.19.1",
3+
"version": "0.20.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)