Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.1...v5.0.0) (2019-10-18)

* Merge pull request #70 from wheeler/mw-r169 ([8e7ec50](8e7ec50)), closes [#70](#70)

### Bug Fixes

* **deps:** upgrade deps ([902da73](902da73))

### BREAKING CHANGES

* Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one.
  • Loading branch information
semantic-release-bot committed Oct 18, 2019
1 parent 9e3c6f7 commit 15911b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 15911b1

Please sign in to comment.