diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb4f7e..3ec5398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/alampros/react-confetti/compare/v2.8.0...v3.0.0) (2019-04-25) + + +### Features + +* forward ref to inner canvas ([091b055](https://github.com/alampros/react-confetti/commit/091b055)) + + +### BREAKING CHANGES + +* wrap default export in forwardRef + # [2.8.0](https://github.com/alampros/react-confetti/compare/v2.7.3...v2.8.0) (2019-04-17) diff --git a/package.json b/package.json index 311c59c..eca4ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confetti", - "version": "2.8.0", + "version": "3.0.0", "description": "React component to draw confetti for your party.", "main": "dist/react-confetti.min.js", "types": "dist/types/ReactConfetti.d.ts",