File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
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
+ ## [ 19.2.0] - 2022-05-27
9
11
### Changed
10
12
- Upgrade to ` @cucumber/react-components ` ` ^20.1.0 `
11
13
@@ -262,7 +264,8 @@ even if there were no errors.
262
264
263
265
### Fixed
264
266
265
- [ Unreleased ] : https://github.com/cucumber/html-formatter/compare/v19.1.0...main
267
+ [ Unreleased ] : https://github.com/cucumber/html-formatter/compare/v19.2.0...main
268
+ [ 19.2.0 ] : https://github.com/cucumber/html-formatter/compare/v19.1.0...main
266
269
[ 19.1.0 ] : https://github.com/cucumber/html-formatter/compare/v19.0.0...main
267
270
[ 19.0.0 ] : https://github.com/cucumber/html-formatter/compare/v18.0.0...main
268
271
[ 18.0.0 ] : https://github.com/cucumber/html-formatter/compare/v17.0.0...v18.0.0
@@ -309,8 +312,7 @@ even if there were no errors.
309
312
[ 1.0.2 ] : https://github.com/cucumber/html-formatter/compare/v1.0.1...v1.0.2
310
313
[ 1.0.1 ] : https://github.com/cucumber/html-formatter/compare/v1.0.0...v1.0.1
311
314
[ 1.0.0 ] : https://github.com/cucumber/cucumber/releases/tag/v1.0.0
312
- om/cucumber/html-formatter/compare/v1.0.0...v1.0.1
313
- [ 1.0.0 ] : https://github.com/cucumber/cucumber/releases/tag/v1.0.0
315
+ ses/tag/v1.0.0
314
316
ttps://github.com/aslakhellesoy
315
317
[ vincent-psarga ] : https://github.com/vincent-psarga
316
318
[ mpkorstanje ] : https://github.com/mpkorstanje
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >html-formatter</artifactId >
12
- <version >19.1.1-SNAPSHOT </version >
12
+ <version >19.2.0 </version >
13
13
<packaging >jar</packaging >
14
14
<name >Cucumber HTML Formatter</name >
15
15
<description >Renders Cucumber Messages as HTML</description >
23
23
<connection >scm:git:git://github.com/cucumber/html-formatter-java.git</connection >
24
24
<developerConnection >scm:git:git@github.com:cucumber/html-formatter-java.git</developerConnection >
25
25
<url >git://github.com/cucumber/html-formatter-java.git</url >
26
- <tag >HEAD </tag >
26
+ <tag >v19.2.0 </tag >
27
27
</scm >
28
28
29
29
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cucumber/html-formatter" ,
3
- "version" : " 19.1 .0" ,
3
+ "version" : " 19.2 .0" ,
4
4
"description" : " HTML formatter for Cucumber" ,
5
5
"main" : " dist/src/CucumberHtmlStream.js" ,
6
6
"types" : " dist/src/CucumberHtmlStream.d.ts" ,
Original file line number Diff line number Diff line change 1
- 19.1 .0
1
+ 19.2 .0
You can’t perform that action at this time.
0 commit comments