Skip to content

Commit 359a565

Browse files
committed
Prepare release v1.7.0
Created-by: polyglot-release v1.6.0
1 parent cd1b93b commit 359a565

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.7.0] - 2025-05-18
911
### Added
1012
- Syntax highlighting for comments (`#`) ([#245](https://github.com/cucumber/language-service/pull/245))
1113
- (Python) Support the pypi-parse step definition matcher used by behave and pytest-bdd ([#236](https://github.com/cucumber/language-service/pull/236))
@@ -343,7 +345,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
343345
([#1732](https://github.com/cucumber/common/pull/1732)
344346
[aslakhellesoy](https://github.com/aslakhellesoy))
345347

346-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.6.0...HEAD
348+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.7.0...HEAD
349+
[1.7.0]: https://github.com/cucumber/language-service/compare/v1.6.0...v1.7.0
347350
[1.6.0]: https://github.com/cucumber/language-service/compare/v1.5.1...v1.6.0
348351
[1.5.1]: https://github.com/cucumber/language-service/compare/v1.5.0...v1.5.1
349352
[1.5.0]: https://github.com/cucumber/language-service/compare/v1.4.1...v1.5.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.6.0",
3+
"version": "1.7.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)