Skip to content

Commit

Permalink
chore(main): release 0.9.1 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCIPublicDevExpBot authored Nov 29, 2023
1 parent 664dc03 commit 439f468
Show file tree
Hide file tree
Showing 3 changed files with 9 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.0"
".": "0.9.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

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


### Bug Fixes

* fix release process ([#255](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/255)) ([664dc03](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/664dc030ac160faeb4e31796e4066e108a1b8299))

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


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.0",
"version": "0.9.1",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 439f468

Please sign in to comment.