Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.8.0...v3.0.0) (2019-04-25)

### Features

* forward ref to inner canvas ([091b055](091b055))

### BREAKING CHANGES

* wrap default export in forwardRef
  • Loading branch information
semantic-release-bot committed Apr 25, 2019
1 parent 48d7c42 commit 7aa8d41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit 7aa8d41

Please sign in to comment.