Skip to content

Commit

Permalink
Release 19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Mar 25, 2022
1 parent 942f912 commit 2315283
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Text attachments in the html report are now displayed as collapsible sections

## [19.2.0] - 2022-03-25
### Added
- Attachment names are now displayed as the title of attachment sections in the report
- Where an attachment name is not provided then the media type is included in the default name of the attachment

### Changed
- Text attachments in the html report are now displayed as collapsible sections

## [19.1.1] - 2022-03-22
### Fixed
- Fix build issue where styles were not included in package.
Expand Down Expand Up @@ -347,7 +350,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
### Added
- First release

[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v19.2.0...HEAD
[19.2.0]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...v19.2.0
[19.1.1]: https://github.com/cucumber/cucumber-react/compare/v19.1.0...v19.1.1
[19.1.0]: https://github.com/cucumber/cucumber-react/compare/v19.0.0...v19.1.0
[19.0.0]: https://github.com/cucumber/cucumber-react/compare/v18.1.2...v19.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/react",
"version": "19.1.1",
"version": "19.2.0",
"description": "React components for Cucumber",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 2315283

Please sign in to comment.