Skip to content

Commit 2fd424a

Browse files
committed
Prepare release v9.3.0
Created-by: polyglot-release v1.3.2
1 parent 12f6bac commit 2fd424a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
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+
## [9.3.0] - 2023-07-14
1113
### Added
1214
- Support attachments with filenames ([#2297](https://github.com/cucumber/cucumber-js/pull/2297))
1315
- Support downloading attachments from HTML report ([#2300](https://github.com/cucumber/cucumber-js/pull/2300))
@@ -1512,7 +1514,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15121514

15131515
## 0.0.1
15141516

1515-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.2.0...HEAD
1517+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v9.3.0...HEAD
1518+
[9.3.0]: https://github.com/cucumber/cucumber-js/compare/v9.2.0...v9.3.0
15161519
[9.2.0]: https://github.com/cucumber/cucumber-js/compare/v9.1.2...v9.2.0
15171520
[9.1.2]: https://github.com/cucumber/cucumber-js/compare/v9.1.1...v9.1.2
15181521
[9.1.1]: https://github.com/cucumber/cucumber-js/compare/v9.1.0...v9.1.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "9.2.0",
11+
"version": "9.3.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)