Skip to content

Commit 548fa5f

Browse files
committed
Prepare release v12.6.0
Created-by: polyglot-release v1.9.0
1 parent 8ab9272 commit 548fa5f

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+
## [12.6.0] - 2026-01-22
1113
### Deprecated
1214
- Deprecate colorsEnabled format option in favour of environment variables ([#2729](https://github.com/cucumber/cucumber-js/pull/2729))
1315

@@ -1716,7 +1718,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
17161718

17171719
## 0.0.1
17181720

1719-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v12.5.0...HEAD
1721+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v12.6.0...HEAD
1722+
[12.6.0]: https://github.com/cucumber/cucumber-js/compare/v12.5.0...v12.6.0
17201723
[12.5.0]: https://github.com/cucumber/cucumber-js/compare/v12.4.0...v12.5.0
17211724
[12.4.0]: https://github.com/cucumber/cucumber-js/compare/v12.3.0...v12.4.0
17221725
[12.3.0]: https://github.com/cucumber/cucumber-js/compare/v12.2.0...v12.3.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": "12.5.0",
11+
"version": "12.6.0",
1212
"funding": "https://opencollective.com/cucumber",
1313
"homepage": "https://github.com/cucumber/cucumber-js",
1414
"author": "Julien Biezemans <jb@jbpros.com>",

0 commit comments

Comments
 (0)