Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 12, 2021
1 parent 2496239 commit b0e5cf0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions 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]

## [5.1.0] - 2021-11-12
### Added
- Added `World` generic type to `Action` and `PromiseAction`

Expand Down Expand Up @@ -46,15 +48,12 @@ they are both of type `Action`.
### Added
- First release

[Unreleased]: https://github.com/cucumber/screenplay.js/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/cucumber/screenplay.js/compare/v5.1.0...HEAD
[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
[3.1.0]: https://github.com/cucumber/screenplay.js/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/cucumber/screenplay.js/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/cucumber/screenplay.js/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/cucumber/screenplay.js/compare/v0.0.1...v1.0.0
[0.0.1]: https://github.com/cucumber/screenplay.js/releases/tag/v0.0.1

<!-- Contributors in alphabetical order -->
[aslakhellesoy]: https://github.com/aslakhellesoy
[vincent-psarga]: https://github.com/vincent-psarga
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.0.0",
"version": "5.1.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 b0e5cf0

Please sign in to comment.