Skip to content

Commit c2d6e18

Browse files
committed
Prepare release v0.25.0
Created-by: polyglot-release v0.9.3
1 parent b85f151 commit c2d6e18

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Fixed
11-
- Remove dependency on Node `path` from `ExpressionBuilder` in order to make the library work in a browser
12-
10+
## [0.25.0] - 2022-05-25
1311
### Changed
1412
- `Source.path` has been renamed to `Source.uri`
1513

14+
### Fixed
15+
- Remove dependency on Node `path` from `ExpressionBuilder` in order to make the library work in a browser
16+
1617
## [0.24.1] - 2022-05-25
1718
### Fixed
1819
- Fix handling of `And` and `But` which wasn't properly fixed in `0.24.0`
@@ -215,7 +216,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
215216
([#1732](https://github.com/cucumber/common/pull/1732)
216217
[aslakhellesoy](https://github.com/aslakhellesoy))
217218

218-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.24.1...HEAD
219+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.25.0...HEAD
220+
[0.25.0]: https://github.com/cucumber/language-service/compare/v0.24.1...v0.25.0
219221
[0.24.1]: https://github.com/cucumber/language-service/compare/v0.24.0...v0.24.1
220222
[0.24.0]: https://github.com/cucumber/language-service/compare/v0.23.1...v0.24.0
221223
[0.23.1]: https://github.com/cucumber/language-service/compare/v0.23.0...v0.23.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.24.1",
3+
"version": "0.25.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)