Skip to content

Commit

Permalink
Prepare release v17.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.5.0
  • Loading branch information
davidjgoss committed Aug 29, 2024
1 parent efa0754 commit 42b392f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [17.0.0] - 2024-08-29
### Removed
- BREAKING CHANGE: Remove synthetic step for empty pickles ([#125](https://github.com/cucumber/fake-cucumber/pull/125))

Expand Down Expand Up @@ -215,7 +217,8 @@ This removes an API dependency on `@cucumber/cucumber-expressions`
### Added
- First release

[Unreleased]: https://github.com/cucumber/fake-cucumber/compare/v16.5.0...HEAD
[Unreleased]: https://github.com/cucumber/fake-cucumber/compare/v17.0.0...HEAD
[17.0.0]: https://github.com/cucumber/fake-cucumber/compare/v16.5.0...v17.0.0
[16.5.0]: https://github.com/cucumber/fake-cucumber/compare/v16.4.0...v16.5.0
[16.4.0]: https://github.com/cucumber/fake-cucumber/compare/v16.3.0...v16.4.0
[16.3.0]: https://github.com/cucumber/fake-cucumber/compare/v16.2.0...v16.3.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/fake-cucumber",
"version": "16.5.0",
"version": "17.0.0",
"description": "Fake Cucumber generates fake results",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 42b392f

Please sign in to comment.