Skip to content

Commit 2d31dd0

Browse files
committed
Prepare release v20.0.0
Created-by: polyglot-release v1.0.0
1 parent de9cb5e commit 2d31dd0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [20.0.0] - 2022-08-07
11+
1012
## [19.2.0] - 2022-05-27
1113
### Changed
1214
- Upgrade to `@cucumber/react-components` `^20.1.0`
@@ -264,7 +266,8 @@ even if there were no errors.
264266

265267
### Fixed
266268

267-
[Unreleased]: https://github.com/cucumber/html-formatter/compare/v19.2.0...main
269+
[Unreleased]: https://github.com/cucumber/html-formatter/compare/v20.0.0...main
270+
[20.0.0]: https://github.com/cucumber/html-formatter/compare/v19.2.0...main
268271
[19.2.0]: https://github.com/cucumber/html-formatter/compare/v19.1.0...main
269272
[19.1.0]: https://github.com/cucumber/html-formatter/compare/v19.0.0...main
270273
[19.0.0]: https://github.com/cucumber/html-formatter/compare/v18.0.0...main
@@ -312,7 +315,4 @@ even if there were no errors.
312315
[1.0.2]: https://github.com/cucumber/html-formatter/compare/v1.0.1...v1.0.2
313316
[1.0.1]: https://github.com/cucumber/html-formatter/compare/v1.0.0...v1.0.1
314317
[1.0.0]: https://github.com/cucumber/cucumber/releases/tag/v1.0.0
315-
ses/tag/v1.0.0
316-
ttps://github.com/aslakhellesoy
317-
[vincent-psarga]: https://github.com/vincent-psarga
318-
[mpkorstanje]: https://github.com/mpkorstanje
318+
mpkorstanje]: https://github.com/mpkorstanje

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>html-formatter</artifactId>
12-
<version>19.2.1-SNAPSHOT</version>
12+
<version>20.0.0</version>
1313
<packaging>jar</packaging>
1414
<name>Cucumber HTML Formatter</name>
1515
<description>Renders Cucumber Messages as HTML</description>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git://github.com/cucumber/html-formatter-java.git</connection>
2424
<developerConnection>scm:git:git@github.com:cucumber/html-formatter-java.git</developerConnection>
2525
<url>git://github.com/cucumber/html-formatter-java.git</url>
26-
<tag>HEAD</tag>
26+
<tag>v20.0.0</tag>
2727
</scm>
2828

2929
<dependencyManagement>

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/html-formatter",
3-
"version": "19.2.0",
3+
"version": "20.0.0",
44
"description": "HTML formatter for Cucumber",
55
"main": "dist/src/CucumberHtmlStream.js",
66
"types": "dist/src/CucumberHtmlStream.d.ts",

ruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0
1+
20.0.0

0 commit comments

Comments
 (0)