Skip to content

Commit 2cdc9e2

Browse files
committed
Prepare release v0.23.1
Created-by: polyglot-release v-develop
1 parent 15b55f2 commit 2cdc9e2

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.23.1] - 2022-05-25
1011
### Fixed
1112
- Fix parsing of Java regular expressions by unescaping `\\` to `\`. ([#51](https://github.com/cucumber/language-service/pull/51))
1213

@@ -195,7 +196,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
195196
([#1732](https://github.com/cucumber/common/pull/1732)
196197
[aslakhellesoy](https://github.com/aslakhellesoy))
197198

198-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.23.0...HEAD
199+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.23.1...HEAD
200+
[0.23.1]: https://github.com/cucumber/language-service/compare/v0.23.0...v0.23.1
199201
[0.23.0]: https://github.com/cucumber/language-service/compare/v0.22.2...v0.23.0
200202
[0.22.2]: https://github.com/cucumber/language-service/compare/v0.22.1...v0.22.2
201203
[0.22.1]: https://github.com/cucumber/language-service/compare/v0.22.0...v0.22.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)