diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2093293..67db513 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+# [0.3.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.2.3...v0.3.0) (2018-03-08)
+
+
+### Features
+
+* **package:** improve filenames ([5cea0c0](https://github.com/sweetalert2/sweetalert2-react-content/commit/5cea0c0))
+* **package:** use es modules ([af47116](https://github.com/sweetalert2/sweetalert2-react-content/commit/af47116))
+
## [0.2.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v0.2.2...v0.2.3) (2018-03-07)
diff --git a/package.json b/package.json
index 241f0c5..3bd2e55 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sweetalert2-react-content",
- "version": "0.2.3",
+ "version": "0.3.0",
"repository": "sweetalert2/sweetalert2-react-content",
"description": "Dynamic content in SweetAlert2, the React way",
"main": "dist/sweetalert2-react-content.umd.js",