Skip to content

Commit cdcb7ab

Browse files
committed
Prepare release v18.0.2
Created-by: polyglot-release v1.6.0
1 parent 0f7e4ef commit cdcb7ab

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

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+
## [18.0.2] - 2025-02-25
911
### Fixed
1012
- [Devkit] Do not allow git to change line endings in SVG images ([#125](https://github.com/cucumber/compatibility-kit/pull/125))
1113

@@ -231,7 +233,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
231233
### Added
232234
- First release
233235

234-
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v18.0.1...HEAD
236+
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v18.0.2...HEAD
237+
[18.0.2]: https://github.com/cucumber/compatibility-kit/compare/v18.0.1...v18.0.2
235238
[18.0.1]: https://github.com/cucumber/compatibility-kit/compare/v18.0.0...v18.0.1
236239
[18.0.0]: https://github.com/cucumber/compatibility-kit/compare/v17.0.1...v18.0.0
237240
[17.0.1]: https://github.com/cucumber/compatibility-kit/compare/v17.0.0...v17.0.1

javascript/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.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/compatibility-kit",
3-
"version": "18.0.1",
3+
"version": "18.0.2",
44
"description": "Test data used to validate a Cucumber implementation",
55
"files": [
66
"features"

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.0.1
1+
18.0.2

0 commit comments

Comments
 (0)