From 00f1c40e9bea9691b2a13a08d345599febd6cc23 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Sun, 2 Feb 2025 20:20:39 +0100 Subject: [PATCH] Prepare release v9.2.0 Created-by: polyglot-release v1.6.0 --- 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 63cf1d02..86f74073 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.2.0] - 2025-02-02 ### Changed - Update dependency gherkin to v31 @@ -142,7 +144,8 @@ Run `npx @cucumber/gherkin-utils --help` for details about usage. ### Added - First release -[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.1.0...HEAD +[Unreleased]: https://github.com/cucumber/gherkin-utils/compare/v9.2.0...HEAD +[9.2.0]: https://github.com/cucumber/gherkin-utils/compare/v9.1.0...v9.2.0 [9.1.0]: https://github.com/cucumber/gherkin-utils/compare/v9.0.1...v9.1.0 [9.0.1]: https://github.com/cucumber/gherkin-utils/compare/v9.0.0...v9.0.1 [9.0.0]: https://github.com/cucumber/gherkin-utils/compare/v8.0.6...v9.0.0 diff --git a/java/pom.xml b/java/pom.xml index caef2b56..a7b93782 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -9,7 +9,7 @@ gherkin-utils - 9.1.1-SNAPSHOT + 9.2.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 - 1737561724 + 1738524037 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.2.0 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index b9dd0bb8..f2243674 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin-utils", - "version": "9.1.0", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin-utils", - "version": "9.1.0", + "version": "9.2.0", "license": "MIT", "dependencies": { "@cucumber/gherkin": "^31.0.0", diff --git a/javascript/package.json b/javascript/package.json index 161800df..87dc9f51 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin-utils", - "version": "9.1.0", + "version": "9.2.0", "description": "Various Gherkin utilities", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",