Skip to content

Commit

Permalink
Prepare release v13.0.3
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.6.0
  • Loading branch information
davidjgoss committed Dec 22, 2024
1 parent 3613653 commit e5dffd6
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.3] - 2024-12-22
### Fixed
- [JavaScript] Remove dependency on `assert` package ([#66](https://github.com/cucumber/query/pull/66))

Expand Down Expand Up @@ -167,7 +169,8 @@ from `@cucumber/messages` instead.
### Added
- First JavaScript implementation

[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v13.0.2...HEAD
[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v13.0.3...HEAD
[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
[13.0.0]: https://github.com/cucumber/cucumber/compare/query/v12.2.0...v13.0.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>13.0.3-SNAPSHOT</version>
<version>13.0.3</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>1731631152</project.build.outputTimestamp>
<project.build.outputTimestamp>1734892268</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.3</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.2",
"version": "13.0.3",
"description": "Cucumber Query - query messages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit e5dffd6

Please sign in to comment.