Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCIPublicDevExpBot authored Apr 8, 2024
1 parent f8b8254 commit 539c79a
Show file tree
Hide file tree
Showing 3 changed files with 15 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.3"
".": "0.10.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## [0.10.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.9.3...0.10.0) (2024-04-08)


### Features

* add latest ubuntu versions ([#288](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/288)) ([f8b8254](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/f8b8254905c57a0f00572c247698180baf345e45))


### Bug Fixes

* add new xcode versions ([#278](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/278)) ([481c839](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/481c839a84d5866b5ded37470f9656810d30dd0b))
* return right values from custom commands ([#286](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/286)) ([cf24e71](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/cf24e7139a007aec88c814a9dcf1ff934a2f99bc))

## [0.9.3](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.9.2...0.9.3) (2024-02-20)


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

0 comments on commit 539c79a

Please sign in to comment.