Skip to content

Commit

Permalink
chore(main): release 0.11.1 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCIPublicDevExpBot authored May 23, 2024
1 parent e9b455d commit 3e700f0
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.11.0"
".": "0.11.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.11.1](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.11.0...0.11.1) (2024-05-23)


### Bug Fixes

* update go version for macOS build ([#295](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/295)) ([e9b455d](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/e9b455d27fd867ffe6f036648d2d24869f554afc))

## [0.11.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.10.1...0.11.0) (2024-05-23)


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

0 comments on commit 3e700f0

Please sign in to comment.