Skip to content

Commit 510e1fd

Browse files
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.1...v6.1.0) (2022-05-20) ### Bug Fixes * **ci:** add gh and npm tokens ([ecc2d87](ecc2d87)) * **ci:** explicitly add npm token ([fb14930](fb14930)) * Allow react 18 in peer dependency ([6598781](6598781)) ### Features * **ci:** travis => gh actions ([7af7f03](7af7f03))
1 parent fb14930 commit 510e1fd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.1.0](https://github.com/alampros/react-confetti/compare/v6.0.1...v6.1.0) (2022-05-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** add gh and npm tokens ([ecc2d87](https://github.com/alampros/react-confetti/commit/ecc2d87a29e01ec0a00151480619535784a35575))
7+
* **ci:** explicitly add npm token ([fb14930](https://github.com/alampros/react-confetti/commit/fb149307b8a172a98ec3697ae190a65d40d69622))
8+
* Allow react 18 in peer dependency ([6598781](https://github.com/alampros/react-confetti/commit/65987818ebc384891e60874998904ec5056f42b2))
9+
10+
11+
### Features
12+
13+
* **ci:** travis => gh actions ([7af7f03](https://github.com/alampros/react-confetti/commit/7af7f0335d68838a62a75c9631ff58245fe8e00c))
14+
115
## [6.0.1](https://github.com/alampros/react-confetti/compare/v6.0.0...v6.0.1) (2021-02-22)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-confetti",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "React component to draw confetti for your party.",
55
"main": "dist/react-confetti.min.js",
66
"types": "dist/types/ReactConfetti.d.ts",

0 commit comments

Comments
 (0)