Skip to content

Commit 12e7480

Browse files
committed
Prepare release v21.1.0
Created-by: polyglot-release v1.3.2
1 parent 48148d4 commit 12e7480

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [21.1.0] - 2023-07-13
911
### Added
1012
- Add ability to download unsupported attachments ([#333](https://github.com/cucumber/react-components/pull/333))
1113

@@ -390,7 +392,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
390392
### Added
391393
- First release
392394

393-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v21.0.1...HEAD
395+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v21.1.0...HEAD
396+
[21.1.0]: https://github.com/cucumber/cucumber-react/compare/v21.0.1...v21.1.0
394397
[21.0.1]: https://github.com/cucumber/cucumber-react/compare/v21.0.0...v21.0.1
395398
[21.0.0]: https://github.com/cucumber/cucumber-react/compare/v20.2.0...v21.0.0
396399
[20.2.0]: https://github.com/cucumber/cucumber-react/compare/v20.1.0...v20.2.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/react-components",
3-
"version": "21.0.1",
3+
"version": "21.1.0",
44
"description": "React components for Cucumber",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)