Skip to content

Commit

Permalink
Release html-formatter v15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cukebot committed May 27, 2021
1 parent e590104 commit 898dcc0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion html-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [15.0.2] - 2021-05-27

### Fixed

* Upgrade to `@cucumber/react` `16.1.0`

## [15.0.1] - 2021-05-27

### Fixed
Expand Down Expand Up @@ -315,7 +321,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber/compare/html-formatter/v15.0.1...main
[Unreleased]: https://github.com/cucumber/cucumber/compare/html-formatter/v15.0.2...main
[15.0.2]: https://github.com/cucumber/cucumber/compare/html-formatter/v15.0.1...html-formatter/v15.0.2
[15.0.1]: https://github.com/cucumber/cucumber/compare/html-formatter/v15.0.0...html-formatter/v15.0.1
[15.0.0]: https://github.com/cucumber/cucumber/compare/html-formatter/v14.0.0...html-formatter/v15.0.0
[14.0.0]: https://github.com/cucumber/cucumber/compare/html-formatter/v13.0.0...html-formatter/v14.0.0
Expand Down
2 changes: 1 addition & 1 deletion html-formatter/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>html-formatter</artifactId>
<version>15.0.2-SNAPSHOT</version>
<version>15.0.2</version>
<packaging>jar</packaging>
<name>Cucumber HTML Formatter</name>
<description>Renders Cucumber Messages as HTML</description>
Expand Down
2 changes: 1 addition & 1 deletion html-formatter/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/html-formatter",
"version": "15.0.1",
"version": "15.0.2",
"description": "HTML formatter for Cucumber",
"bin": {
"cucumber-html-formatter": "bin/cucumber-html-formatter.js"
Expand Down
2 changes: 1 addition & 1 deletion html-formatter/ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.1
15.0.2
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 898dcc0

Please sign in to comment.