Skip to content

Commit 65bbdb5

Browse files
committed
Prepare release v1.5.1
Created-by: polyglot-release v1.3.2
1 parent ac97508 commit 65bbdb5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [1.5.1] - 2024-04-20
911
### Fixed
1012
- (Java) Detect step definition patterns with concatenated strings ([#202](https://github.com/cucumber/language-service/pull/202))
1113
- (Java) Support `@And` and `@But` step definition annotations ([#202](https://github.com/cucumber/language-service/pull/202))
@@ -319,7 +321,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
319321
([#1732](https://github.com/cucumber/common/pull/1732)
320322
[aslakhellesoy](https://github.com/aslakhellesoy))
321323

322-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.5.0...HEAD
324+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.5.1...HEAD
325+
[1.5.1]: https://github.com/cucumber/language-service/compare/v1.5.0...v1.5.1
323326
[1.5.0]: https://github.com/cucumber/language-service/compare/v1.4.1...v1.5.0
324327
[1.4.1]: https://github.com/cucumber/language-service/compare/v1.4.0...v1.4.1
325328
[1.4.0]: https://github.com/cucumber/language-service/compare/v1.3.0...v1.4.0

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": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)