Skip to content

Commit e90dcfb

Browse files
committed
Prepare release v0.8.2
Created-by: polyglot-release v1.9.0
1 parent 469fc63 commit e90dcfb

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](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.8.2] - 2026-01-12
911
### Changed
1012
- Return messages in definition order ([#36](https://github.com/cucumber/javascript-core/pull/36))
1113

@@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5961
### Added
6062
- Initial implementation ([#1](https://github.com/cucumber/javascript-core/pull/1))
6163

62-
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.8.1...HEAD
64+
[Unreleased]: https://github.com/cucumber/javascript-core/compare/v0.8.2...HEAD
65+
[0.8.2]: https://github.com/cucumber/javascript-core/compare/v0.8.1...v0.8.2
6366
[0.8.1]: https://github.com/cucumber/javascript-core/compare/v0.8.0...v0.8.1
6467
[0.8.0]: https://github.com/cucumber/javascript-core/compare/v0.7.0...v0.8.0
6568
[0.7.0]: https://github.com/cucumber/javascript-core/compare/v0.6.0...v0.7.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/core",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Core test case composition library for building a Cucumber implementation",
55
"type": "commonjs",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)