diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b502db..8668218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.3](https://github.com/alampros/react-confetti/compare/v2.7.2...v2.7.3) (2019-04-03) + + +### Bug Fixes + +* **Performance:** stop raf loop before unmounting ([fc2b48f](https://github.com/alampros/react-confetti/commit/fc2b48f)), closes [#47](https://github.com/alampros/react-confetti/issues/47) + ## [2.7.2](https://github.com/alampros/react-confetti/compare/v2.7.1...v2.7.2) (2019-04-02) diff --git a/package.json b/package.json index a1da59b..6f4ff6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confetti", - "version": "2.7.2", + "version": "2.7.3", "description": "React component to draw confetti for your party.", "main": "dist/react-confetti.min.js", "types": "dist/types/ReactConfetti.d.ts",