Skip to content

Commit

Permalink
Prepare release v5.2.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.1.0
  • Loading branch information
aslakhellesoy committed Oct 10, 2022
1 parent cc197fc commit 984d379
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.2.0] - 2022-10-10
### Added
- Add support for ES Modules in the System Under Test [#121](https://github.com/cucumber/screenplay.js/pull/121)

Expand Down Expand Up @@ -55,7 +56,8 @@ they are both of type `Action`.
### Added
- First release

[Unreleased]: https://github.com/cucumber/screenplay.js/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/cucumber/screenplay.js/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/cucumber/screenplay.js/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/cucumber/screenplay.js/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/cucumber/screenplay.js/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/cucumber/screenplay.js/compare/v3.1.0...v4.0.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/screenplay",
"version": "5.1.0",
"version": "5.2.0",
"description": "Write better scenarios with Cucumber.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 984d379

Please sign in to comment.