Skip to content

Commit

Permalink
Prepare release v1.5.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
kieran-ryan committed Apr 20, 2024
1 parent ac97508 commit 65bbdb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

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

[Unreleased]: https://github.com/cucumber/language-service/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/cucumber/language-service/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/cucumber/language-service/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/cucumber/language-service/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/cucumber/language-service/compare/v1.3.0...v1.4.0
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-service",
"version": "1.5.0",
"version": "1.5.1",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 65bbdb5

Please sign in to comment.