Skip to content

Commit 19e9f55

Browse files
committed
Prepare release v10.3.0
Created-by: polyglot-release v1.3.2
1 parent 0f51ea7 commit 19e9f55

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
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.
99

1010
## [Unreleased]
11+
12+
## [10.3.0] - 2024-01-15
1113
### Added
1214
- Allow `provided` configuration to be a string ([#2373](https://github.com/cucumber/cucumber-js/pull/2373))
1315
- Include `stackTrace` in result exception object ([#2371](https://github.com/cucumber/cucumber-js/pull/2371))
@@ -1579,7 +1581,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15791581

15801582
## 0.0.1
15811583

1582-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.2.1...HEAD
1584+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v10.3.0...HEAD
1585+
[10.3.0]: https://github.com/cucumber/cucumber-js/compare/v10.2.1...v10.3.0
15831586
[10.2.1]: https://github.com/cucumber/cucumber-js/compare/v10.2.0...v10.2.1
15841587
[10.2.0]: https://github.com/cucumber/cucumber-js/compare/v10.1.0...v10.2.0
15851588
[10.1.0]: https://github.com/cucumber/cucumber-js/compare/v10.0.1...v10.1.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
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "10.2.1",
11+
"version": "10.3.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)