Skip to content

Commit

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

## [Unreleased]

## [19.1.0] - 2022-03-22
### Changed
- Most content is now rendered with a sans serif font.

Expand Down Expand Up @@ -336,7 +338,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.0.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v19.1.0...HEAD
[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
[18.1.2]: https://github.com/cucumber/cucumber-react/compare/v18.1.1...v18.1.2
[18.1.1]: https://github.com/cucumber/cucumber-react/compare/v18.1.0...v18.1.1
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.0.0",
"version": "19.1.0",
"description": "React components for Cucumber",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit fe447d3

Please sign in to comment.