Skip to content

Commit

Permalink
chore(main): release 0.9.2 (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Francoise <[email protected]>
  • Loading branch information
CircleCIPublicDevExpBot and loderunner authored Dec 13, 2023
1 parent b0ecca0 commit 30cddb8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/release/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.1"
".": "0.9.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [0.9.2](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.9.1...0.9.2) (2023-12-13)


### Bug Fixes

* error when passing an enum to a string param ([#259](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/259)) ([23019c3](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/23019c36275b68d3fe2318f963625997c42258fd))

### Security fixes

* update Go version to 1.21.5 following [CVE-2023-45285](https://pkg.go.dev/vuln/GO-2023-2383) & [CVE-2023-39326](https://pkg.go.dev/vuln/GO-2023-2382) ([#260](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/260)) ([63e912b](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/63e912bb8f2c21a4e8aca7ba7d9dd57ffd07abf2))

## [0.9.1](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.9.0...0.9.1) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-language-server",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 30cddb8

Please sign in to comment.