Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 18, 2018
1 parent 973b68b commit bf9a46c
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 @@
## [1.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v1.0.0...v1.0.1) (2018-06-18)


### Bug Fixes

* **typescript:** replace Diff type with new built-in Exclude type ([#43](https://github.com/sweetalert2/sweetalert2-react-content/issues/43)) ([973b68b](https://github.com/sweetalert2/sweetalert2-react-content/commit/973b68b))

# [1.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.5.0...v1.0.0) (2018-03-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": "1.0.0",
"version": "1.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 bf9a46c

Please sign in to comment.