Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 27, 2018
1 parent a331c59 commit daef570
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.5.0...v1.0.0) (2018-03-27)


### Bug Fixes

* **api:** be a normal enhancer, require the Swal argument (no default) ([a331c59](https://github.com/sweetalert2/sweetalert2-react-content/commit/a331c59))


### Features

* **api:** integrate changes from sweetalert2/sweetalert2[#1036](https://github.com/sweetalert2/sweetalert2-react-content/issues/1036) ([b661367](https://github.com/sweetalert2/sweetalert2-react-content/commit/b661367))


### BREAKING CHANGES

* **api:** no default value for the `Swal` argument

<a name="0.5.0"></a>
# [0.5.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.4.0...v0.5.0) (2018-03-19)

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": "0.5.0",
"version": "1.0.0",
"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 daef570

Please sign in to comment.