From e70c5373c51828f3a0aa259fdbef7aacc1b488a3 Mon Sep 17 00:00:00 2001 From: David Goss Date: Tue, 26 Mar 2024 10:46:16 +0000 Subject: [PATCH] Prepare release v9.0.0 Created-by: polyglot-release v1.3.2 --- CHANGELOG.md | 5 ++++- java/pom.xml | 6 +++--- javascript/package-lock.json | 4 ++-- javascript/package.json | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9529e0ea..6381fac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + +## [9.0.0] - 2024-03-26 ### Changed - [JavaScript] Fix background parameter name in GherkinDocumentHandlers ([#68](https://github.com/cucumber/gherkin-utils/pull/68)) @@ -130,7 +132,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage. ### Added - First release -[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...HEAD +[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.0.0...HEAD +[9.0.0]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...v9.0.0 [8.0.6]: https://github.com/cucumber/gherkin-utils/compare/v8.0.5...v8.0.6 [8.0.5]: https://github.com/cucumber/gherkin-utils/compare/v8.0.4...v8.0.5 [8.0.4]: https://github.com/cucumber/gherkin-utils/compare/v8.0.3...v8.0.4 diff --git a/java/pom.xml b/java/pom.xml index c3134a56..762425d5 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -9,7 +9,7 @@ gherkin-utils - 8.0.7-SNAPSHOT + 9.0.0 jar Gherkin Utils Gherkin utils for doing things such as walking a Gherkin tree or pretty printing Gherkin files. @@ -17,7 +17,7 @@ io.cucumber.gherkin.utils - 1708712973 + 1711449973 8 8 @@ -26,7 +26,7 @@ scm:git:git://github.com/cucumber/gherkin-utils.git scm:git:git@github.com:cucumber/gherkin-utils.git git://github.com/cucumber/gherkin-utils.git - HEAD + v9.0.0 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index f36ca467..1820f103 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin-utils", - "version": "8.0.6", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin-utils", - "version": "8.0.6", + "version": "9.0.0", "license": "MIT", "dependencies": { "@cucumber/gherkin": "^28.0.0", diff --git a/javascript/package.json b/javascript/package.json index aa97bfbc..62af9918 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin-utils", - "version": "8.0.6", + "version": "9.0.0", "description": "Various Gherkin utilities", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",