From 15911b13bf184f5ebc0117692963d0f81a8a0185 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Oct 2019 17:38:55 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/alampros/react-confetti/compare/v4.0.1...v5.0.0) (2019-10-18) * Merge pull request #70 from wheeler/mw-r169 ([8e7ec50](https://github.com/alampros/react-confetti/commit/8e7ec50520c2fab4df3d7d5bd5f24d86e5b2f159)), closes [#70](https://github.com/alampros/react-confetti/issues/70) ### Bug Fixes * **deps:** upgrade deps ([902da73](https://github.com/alampros/react-confetti/commit/902da739e496a2d16fb42f5596674a255d4c8de1)) ### BREAKING CHANGES * Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one. --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 801f265..6adb9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [5.0.0](https://github.com/alampros/react-confetti/compare/v4.0.1...v5.0.0) (2019-10-18) + + +* Merge pull request #70 from wheeler/mw-r169 ([8e7ec50](https://github.com/alampros/react-confetti/commit/8e7ec50520c2fab4df3d7d5bd5f24d86e5b2f159)), closes [#70](https://github.com/alampros/react-confetti/issues/70) + + +### Bug Fixes + +* **deps:** upgrade deps ([902da73](https://github.com/alampros/react-confetti/commit/902da739e496a2d16fb42f5596674a255d4c8de1)) + + +### BREAKING CHANGES + +* Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one. + ## [4.0.1](https://github.com/alampros/react-confetti/compare/v4.0.0...v4.0.1) (2019-08-09) diff --git a/package.json b/package.json index faa3c53..60025af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-confetti", - "version": "4.0.1", + "version": "5.0.0", "description": "React component to draw confetti for your party.", "main": "dist/react-confetti.min.js", "types": "dist/types/ReactConfetti.d.ts",