diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff6505..49202be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [0.4.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.3.1...v0.4.0) (2018-03-13) + + +### Bug Fixes + +* **package:** fix "homepage" and "bugs" fields ([c386eaf](https://github.com/sweetalert2/sweetalert2-react-content/commit/c386eaf)) + + +### Features + +* **package:** include a variety of module formats, minified and non-minified, with sourcemaps ([#17](https://github.com/sweetalert2/sweetalert2-react-content/issues/17)) ([8e98938](https://github.com/sweetalert2/sweetalert2-react-content/commit/8e98938)) + ## [0.3.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.3.0...v0.3.1) (2018-03-08) diff --git a/package.json b/package.json index 0d4f817..504be02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "0.3.1", + "version": "0.4.0", "description": "Dynamic content in SweetAlert2, the React way", "main": "dist/sweetalert2-react-content.cjs.js", "module": "dist/sweetalert2-react-content.esm.js",