Skip to content

Commit

Permalink
Prepare release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed May 12, 2022
1 parent 1960f0d commit 53ff670
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.10.1] - 2022-05-12
### Fixed
- Don't error if a step def expression fails to parse.

Expand Down Expand Up @@ -100,7 +101,8 @@ code is. The server uses this for auto complete and detecting defined steps.
### Added
- First release

[Unreleased]: https://github.com/cucumber/language-server/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/cucumber/language-server/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/cucumber/language-server/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/cucumber/language-server/compare/v0.8.2...v0.9.0
[0.8.2]: https://github.com/cucumber/language-server/compare/v0.8.1...v0.8.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-server",
"version": "0.10.0",
"version": "0.10.1",
"description": "Cucumber Language Server",
"type": "module",
"main": "dist/cjs/src/node/startNodeServer.js",
Expand Down

0 comments on commit 53ff670

Please sign in to comment.