Skip to content

Commit

Permalink
Prepare release v0.13.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.0.0
  • Loading branch information
aslakhellesoy committed Sep 12, 2022
1 parent 3e2b40a commit b0f44a0
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.13.1] - 2022-09-13
### Fixed
- Fixed a regression in URI handling on Windows.

Expand Down Expand Up @@ -194,7 +195,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.13.0...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v0.13.1...HEAD
[0.13.1]: https://github.com/cucumber/language-server/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/cucumber/language-server/compare/v0.12.14...v0.13.0
[0.12.14]: https://github.com/cucumber/language-server/compare/v0.12.13...v0.12.14
[0.12.13]: https://github.com/cucumber/language-server/compare/v0.12.12...v0.12.13
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.13.0",
"version": "0.13.1",
"description": "Cucumber Language Server",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit b0f44a0

Please sign in to comment.