Skip to content

Commit

Permalink
Prepare release v13.0.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.5.0
  • Loading branch information
davidjgoss committed Nov 14, 2024
1 parent 6615cb1 commit 9ba06c0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [13.0.1] - 2024-11-14
### Fixed
- [Java] `countTestCasesStarted` now accounts for retried test cases ([#65](https://github.com/cucumber/query/pull/65))
- [JavaScript] `Lineage` and related symbols now exported on entry point ([#65](https://github.com/cucumber/query/pull/65))
Expand Down Expand Up @@ -159,7 +161,8 @@ from `@cucumber/messages` instead.
### Added
- First JavaScript implementation

[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v13.0.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v13.0.1...HEAD
[13.0.1]: https://github.com/cucumber/cucumber/compare/query/v13.0.0...v13.0.1
[13.0.0]: https://github.com/cucumber/cucumber/compare/query/v12.2.0...v13.0.0
[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
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>13.0.1-SNAPSHOT</version>
<version>13.0.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>1731601833</project.build.outputTimestamp>
<project.build.outputTimestamp>1731619585</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>v13.0.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": "13.0.0",
"version": "13.0.1",
"description": "Cucumber Query - query messages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 9ba06c0

Please sign in to comment.