Skip to content

Commit

Permalink
Prepare release v21.8.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 22, 2025
1 parent 98f035f commit f45f7a4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Use correct favicon ([#341](https://github.com/cucumber/html-formatter/pull/341))

## [21.8.0] - 2025-01-22
### Changed
- [JavaScript] Default to built-in CSS and JS files ([#344](https://github.com/cucumber/html-formatter/pull/344))

### Fixed
- Use correct favicon ([#341](https://github.com/cucumber/html-formatter/pull/341))

## [21.7.0] - 2024-08-12
### Changed
- Updated dependencies to support latest messages
Expand Down Expand Up @@ -341,7 +343,8 @@ even if there were no errors.
### Added
- First release

[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.7.0...HEAD
[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.8.0...HEAD
[21.8.0]: https://github.com/cucumber/html-formatter/compare/v21.7.0...v21.8.0
[21.7.0]: https://github.com/cucumber/html-formatter/compare/v21.6.0...v21.7.0
[21.6.0]: https://github.com/cucumber/html-formatter/compare/v21.5.0...v21.6.0
[21.5.0]: https://github.com/cucumber/html-formatter/compare/v21.4.1...v21.5.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>html-formatter</artifactId>
<version>21.7.1-SNAPSHOT</version>
<version>21.8.0</version>
<packaging>jar</packaging>
<name>Cucumber HTML Formatter</name>
<description>Renders Cucumber Messages as HTML</description>
<url>https://github.com/cucumber/html-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.htmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1723461096</project.build.outputTimestamp>
<project.build.outputTimestamp>1737556915</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/html-formatter.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/html-formatter.git</developerConnection>
<url>git://github.com/cucumber/html-formatter.git</url>
<tag>HEAD</tag>
<tag>v21.8.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/html-formatter",
"version": "21.7.0",
"version": "21.8.0",
"description": "HTML formatter for Cucumber",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.7.0
21.8.0

0 comments on commit f45f7a4

Please sign in to comment.