Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCIPublicDevExpBot authored Oct 19, 2023
1 parent f2c6a82 commit b84fc73
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.7.1"
".": "0.8.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.8.0](https://github.com/CircleCI-Public/circleci-yaml-language-server/compare/0.7.1...0.8.0) (2023-10-19)


### Features

* add setup true in the returned outline of the ls ([#219](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/219)) ([f2afe22](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/f2afe22b6117737123dc73cb74334366212c420b))
* documentSymbols returns an error if file does not exist ([#229](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/229)) ([5541d4a](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/5541d4a4c2ae38c04af75beec8ddc72ccc7397d7))


### Bug Fixes

* do not remove files that do not exist on disk from `FileCache` ([#232](https://github.com/CircleCI-Public/circleci-yaml-language-server/issues/232)) ([f2c6a82](https://github.com/CircleCI-Public/circleci-yaml-language-server/commit/f2c6a82c15a4b7b44c5bbdf8bd1c84b31b0d1fc1))

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


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

0 comments on commit b84fc73

Please sign in to comment.