Skip to content

Commit

Permalink
Prepare release v12.1.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Apr 5, 2024
1 parent 92dd5d0 commit c4b5ae5
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,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [12.1.1] - 2024-04-05
### Fixed
- java: Fix Javadoc for release

## [12.1.0] - 2024-04-05
### Added
- java: implementation of query ([#39](https://github.com/cucumber/query/pull/39))
Expand Down Expand Up @@ -129,7 +131,8 @@ from `@cucumber/messages` instead.
### Added
- First JavaScript implementation

[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v12.1.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v12.1.1...HEAD
[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
[12.0.2]: https://github.com/cucumber/cucumber/compare/query/v12.0.1...v12.0.2
[12.0.1]: https://github.com/cucumber/cucumber/compare/query/v12.0.0...v12.0.1
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.1-SNAPSHOT</version>
<version>12.1.1</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>1712320116</project.build.outputTimestamp>
<project.build.outputTimestamp>1712321180</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.1.1</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.0",
"version": "12.1.1",
"description": "Cucumber Query - query messages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit c4b5ae5

Please sign in to comment.