Skip to content

Commit fc3e0ff

Browse files
chore(release): 6.0.1 [skip ci]
## [6.0.1](v6.0.0...v6.0.1) (2021-02-22) ### Bug Fixes * Allow react 17 in peer dependency ([266a3dd](266a3dd))
1 parent 78dc4c4 commit fc3e0ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.0.1](https://github.com/alampros/react-confetti/compare/v6.0.0...v6.0.1) (2021-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Allow react 17 in peer dependency ([266a3dd](https://github.com/alampros/react-confetti/commit/266a3dd68c37312dc63d5597695de4491cdc1623))
7+
18
# [6.0.0](https://github.com/alampros/react-confetti/compare/v5.1.0...v6.0.0) (2020-07-17)
29

310

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.0",
3+
"version": "6.0.1",
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)