From 7e1f8589cfc433c4bec470be500c8811add8c7b2 Mon Sep 17 00:00:00 2001 From: David Goss Date: Wed, 20 Apr 2022 09:30:18 +0100 Subject: [PATCH] Release 8.1.0 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a024da65..d98ee1f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber. ## [Unreleased] + +## [8.1.0] - 2022-04-20 ### Added - Add support for named hooks (see [documentation](./docs/support_files/hooks.md#named-hooks)) ([#1994](https://github.com/cucumber/cucumber-js/pull/1994)) - Add generics support for world parameters type in world-related interfaces and classes (see [documentation](./docs/support_files/world.md#typescript)) ([#1968](https://github.com/cucumber/cucumber-js/issues/1968) [#2002](https://github.com/cucumber/cucumber-js/pull/2002)) @@ -1368,7 +1370,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu ## 0.0.1 -[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0...HEAD +[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.1.0...HEAD +[8.1.0]: https://github.com/cucumber/cucumber-js/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.3...v8.0.0 [8.0.0-rc.3]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.2...v8.0.0-rc.3 [8.0.0-rc.2]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.1...v8.0.0-rc.2 diff --git a/package-lock.json b/package-lock.json index fa57ace66..acbcfdd00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/cucumber", - "version": "8.0.0", + "version": "8.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/cucumber", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.7.0", diff --git a/package.json b/package.json index 911aa7dc2..2cb9f9bbd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gherkin", "tests" ], - "version": "8.0.0", + "version": "8.1.0", "homepage": "https://github.com/cucumber/cucumber-js", "author": "Julien Biezemans ", "contributors": [