File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 13.2.0] - 2025-02-02
9
11
### Changed
10
12
- Update dependency messages to support v27
11
13
@@ -180,7 +182,8 @@ from `@cucumber/messages` instead.
180
182
### Added
181
183
- First JavaScript implementation
182
184
183
- [ Unreleased ] : https://github.com/cucumber/cucumber/compare/query/v13.1.0...HEAD
185
+ [ Unreleased ] : https://github.com/cucumber/cucumber/compare/query/v13.2.0...HEAD
186
+ [ 13.2.0 ] : https://github.com/cucumber/cucumber/compare/query/v13.1.0...v13.2.0
184
187
[ 13.1.0 ] : https://github.com/cucumber/cucumber/compare/query/v13.0.3...v13.1.0
185
188
[ 13.0.3 ] : https://github.com/cucumber/cucumber/compare/query/v13.0.2...v13.0.3
186
189
[ 13.0.2 ] : https://github.com/cucumber/cucumber/compare/query/v13.0.1...v13.0.2
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >query</artifactId >
12
- <version >13.1.1-SNAPSHOT </version >
12
+ <version >13.2.0 </version >
13
13
<packaging >jar</packaging >
14
14
<name >Cucumber Query</name >
15
15
<description >Query messages</description >
16
16
<url >https://github.com/cucumber/query</url >
17
17
18
18
<properties >
19
19
<project .Automatic-Module-Name>io.cucumber.query</project .Automatic-Module-Name>
20
- <project .build.outputTimestamp>1736866297 </project .build.outputTimestamp>
20
+ <project .build.outputTimestamp>1738511812 </project .build.outputTimestamp>
21
21
</properties >
22
22
23
23
<scm >
24
24
<connection >scm:git:git://github.com/cucumber/query.git</connection >
25
25
<developerConnection >scm:git:git@github.com:cucumber/query.git</developerConnection >
26
26
<url >git://github.com/cucumber/query.git</url >
27
- <tag >HEAD </tag >
27
+ <tag >v13.2.0 </tag >
28
28
</scm >
29
29
30
30
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/query" ,
3
- "version" : " 13.1 .0" ,
3
+ "version" : " 13.2 .0" ,
4
4
"description" : " Cucumber Query - query messages" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments