Skip to content

Commit

Permalink
chore(main): release 0.8.1 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCIPublicDevExpBot authored Nov 20, 2023
1 parent ed5fce9 commit 62343f0
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0"
".": "0.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [0.8.1](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.8.0...0.8.1) (2023-11-07)


### Bug Fixes

* add support for xcode version 15.0.0 ([#240](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/240)) ([ed5fce9](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/ed5fce9dae25ed19e75b4eb18484cba0fe06041a))
* detect orb used in job parameters ([#231](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/231)) ([24efc32](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/24efc32be225f00793086281c7a4ea4156c46004))

## [0.8.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.7.1...0.8.0) (2023-10-19)


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-e2e",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 62343f0

Please sign in to comment.