From 29afef7ef1ec12e71d7f41dda608924d234c781f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Mar 2018 17:41:40 +0000 Subject: [PATCH] chore(release): 0.2.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..88c133f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ + +## [0.2.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.2.1...v0.2.2) (2018-03-07) + + +### Bug Fixes + +* **api:** Don't accept an options object, YAGNI ([#11](https://github.com/sweetalert2/sweetalert2-react-content/issues/11)) ([f101444](https://github.com/sweetalert2/sweetalert2-react-content/commit/f101444)) diff --git a/package.json b/package.json index 65ea1f0..44491e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "0.2.1", + "version": "0.2.2", "repository": "sweetalert2/sweetalert2-react-content", "description": "Dynamic content in SweetAlert2, the React way", "main": "dist/main.bundle.js",