Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.1.2...v4.0.0) (2019-08-06)

### Bug Fixes

* disable pointer events again ([a28a426](a28a426)), closes [#63](#63)
* Export the same class as the default export ([385f981](385f981))

### BREAKING CHANGES

* changes module exports
  • Loading branch information
semantic-release-bot committed Aug 6, 2019
1 parent d2b9adb commit 0aefdef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/alampros/react-confetti/compare/v3.1.2...v4.0.0) (2019-08-06)


### Bug Fixes

* disable pointer events again ([a28a426](https://github.com/alampros/react-confetti/commit/a28a426)), closes [#63](https://github.com/alampros/react-confetti/issues/63)
* Export the same class as the default export ([385f981](https://github.com/alampros/react-confetti/commit/385f981))


### BREAKING CHANGES

* changes module exports

## [3.1.2](https://github.com/alampros/react-confetti/compare/v3.1.1...v3.1.2) (2019-07-11)


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": "3.1.2",
"version": "4.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 0aefdef

Please sign in to comment.