Skip to content

Commit

Permalink
Prepare release v12.2.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Jun 22, 2024
1 parent f37e42b commit 3e100b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [12.2.0] - 2024-06-22
### Changed
- Include pickle name if parameterized ((#44)[https://github.com/cucumber/query/pull/44])
- Include pickle name if parameterized ((#44)[https://github.com/cucumber/query/pull/44])

### Fixed
- java: Require all arguments to the naming strategy builder to be non-null
Expand Down Expand Up @@ -140,7 +142,8 @@ from `@cucumber/messages` instead.
### Added
- First JavaScript implementation

[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v12.1.2...HEAD
[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v12.2.0...HEAD
[12.2.0]: https://github.com/cucumber/cucumber/compare/query/v12.1.2...v12.2.0
[12.1.2]: https://github.com/cucumber/cucumber/compare/query/v12.1.1...v12.1.2
[12.1.1]: https://github.com/cucumber/cucumber/compare/query/v12.1.0...v12.1.1
[12.1.0]: https://github.com/cucumber/cucumber/compare/query/v12.0.2...v12.1.0
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
</parent>

<artifactId>query</artifactId>
<version>12.1.3-SNAPSHOT</version>
<version>12.2.0</version>
<packaging>jar</packaging>
<name>Cucumber Query</name>
<description>Query messages</description>
<url>https://github.com/cucumber/query</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.query</project.Automatic-Module-Name>
<project.build.outputTimestamp>1712323124</project.build.outputTimestamp>
<project.build.outputTimestamp>1719062622</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/query.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/query.git</developerConnection>
<url>git://github.com/cucumber/query.git</url>
<tag>HEAD</tag>
<tag>v12.2.0</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions javascript/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 javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/query",
"version": "12.1.2",
"version": "12.2.0",
"description": "Cucumber Query - query messages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 3e100b5

Please sign in to comment.