Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2020-02-20)

### Bug Fixes

* unmountComponentAtNode(...): Target container is not a DOM elementd fyf ([#108](#108)) ([c592b0c](c592b0c))
  • Loading branch information
semantic-release-bot committed Feb 20, 2020
1 parent c592b0c commit 1c1d19f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.0...v3.0.1) (2020-02-20)


### Bug Fixes

* unmountComponentAtNode(...): Target container is not a DOM elementd fyf ([#108](https://github.com/sweetalert2/sweetalert2-react-content/issues/108)) ([c592b0c](https://github.com/sweetalert2/sweetalert2-react-content/commit/c592b0c73c15554d30ae5e5ad36eb442ee647c02))

# [3.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v2.0.2...v3.0.0) (2020-01-27)


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": "sweetalert2-react-content",
"version": "3.0.0",
"version": "3.0.1",
"description": "Official sweetalert2 enhancer adding support for React elements as content.",
"main": "dist/sweetalert2-react-content.cjs.js",
"module": "dist/sweetalert2-react-content.es.js",
Expand Down

0 comments on commit 1c1d19f

Please sign in to comment.