Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: JulesFaucherre <[email protected]>
  • Loading branch information
CircleCIPublicDevExpBot and JulesFaucherre authored Nov 29, 2023
1 parent 8c75190 commit d77dba3
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.8.4"
".": "0.9.0"
}
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.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.8.4...0.9.0) (2023-11-28)


### Bug Fixes

* update xcode versions ([#254](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/254)) ([8c75190](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/8c75190add027ce3b598fbdf1ab6de07382f321e))

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


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

0 comments on commit d77dba3

Please sign in to comment.