From 3f3037b98aa72b4ded7b9218d497c4d31e4f9236 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Mar 2018 23:14:34 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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",