Skip to content

Commit

Permalink
chore(main): release 0.8.3 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCIPublicDevExpBot authored Nov 20, 2023
1 parent ddfb064 commit 294a186
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.2"
".": "0.8.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

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


### Bug Fixes

* release is now in 2 steps ([#247](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/247)) ([ddfb064](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/ddfb0645068e55f83f5a4df3cdcca18069ee422f))

## [0.8.2](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.8.1...0.8.2) (2023-11-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.8.2",
"version": "0.8.3",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 294a186

Please sign in to comment.