Skip to content

Commit

Permalink
Prepare release v13.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.6.0
  • Loading branch information
davidjgoss committed Jan 14, 2025
1 parent 72bed7f commit 949ddf2
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.1.0] - 2025-01-14
### Added
- New method `findAttachmentsBy(TestStepFinished)` ([#67](https://github.com/cucumber/query/pull/67))
- New method `findHookBy(TestStep)` ([#67](https://github.com/cucumber/query/pull/67))
Expand Down Expand Up @@ -176,7 +178,8 @@ from `@cucumber/messages` instead.
### Added
- First JavaScript implementation

[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v13.0.3...HEAD
[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v13.1.0...HEAD
[13.1.0]: https://github.com/cucumber/cucumber/compare/query/v13.0.3...v13.1.0
[13.0.3]: https://github.com/cucumber/cucumber/compare/query/v13.0.2...v13.0.3
[13.0.2]: https://github.com/cucumber/cucumber/compare/query/v13.0.1...v13.0.2
[13.0.1]: https://github.com/cucumber/cucumber/compare/query/v13.0.0...v13.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>13.0.4-SNAPSHOT</version>
<version>13.1.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>1734892276</project.build.outputTimestamp>
<project.build.outputTimestamp>1736866290</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/query.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/query.git</developerConnection>
<url>git://github.com/cucumber/query.git</url>
<tag>HEAD</tag>
<tag>v13.1.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": "13.0.3",
"version": "13.1.0",
"description": "Cucumber Query - query messages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 949ddf2

Please sign in to comment.