Skip to content

Commit

Permalink
Prepare release v12.0.2
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Mar 26, 2024
1 parent a2f4545 commit 8847aa2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions 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]

## [12.0.2] - 2024-03-26
### Fixed
- Correct repo URL in `package.json`

Expand All @@ -29,13 +31,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Bump `@cucumber/messages` to v17.0.0

### Fixed
- `Query#getPickleStepAttachments`
- `Query#getPickleStepTestStepResults`
- `Query#getPickleTestStepResults`
- `Query#getStatusCounts`
- `Query#getTestStepResults`
- `Query#getTestStepsAttachments`
- Methods that return/map step results now include results from _only the last attempt_ where there have been retries ([#1631](https://github.com/cucumber/common/pull/1631)). Affects methods:
- `Query#getPickleStepAttachments`
- `Query#getPickleStepTestStepResults`
- `Query#getPickleTestStepResults`
- `Query#getStatusCounts`
- `Query#getTestStepResults`
- `Query#getTestStepsAttachments`

## [10.1.0] - 2021-05-31
### Added
Expand Down Expand Up @@ -121,7 +123,8 @@ from `@cucumber/messages` instead.
### Added
- First JavaScript implementation

[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v12.0.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber/compare/query/v12.0.2...HEAD
[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
[12.0.0]: https://github.com/cucumber/cucumber/compare/cucumber-query/v11.0.0...query/v12.0.0
[11.0.0]: https://github.com/cucumber/cucumber/compare/cucumber-query/v10.1.0...query/v11.0.0
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.0.1",
"version": "12.0.2",
"description": "Cucumber Query - query messages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 8847aa2

Please sign in to comment.