diff --git a/CHANGELOG.md b/CHANGELOG.md
index be2ff51..6604a5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [0.2.5](https://github.com/Wikiki/bulma-steps/compare/0.2.4...0.2.5) (2018-02-10)
+
+
+### Bug Fixes
+
+* **gulp:** Use UMD modules style ([a9ef0b6](https://github.com/Wikiki/bulma-steps/commit/a9ef0b6))
+
+
+
## [0.2.4](https://github.com/Wikiki/bulma-steps/compare/0.2.3...0.2.4) (2018-02-10)
diff --git a/bower.json b/bower.json
index fb97371..ece517e 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,7 @@
"name": "bulma-steps",
"description": "Display steps for a process (like sign-up, or order, form), in different colors, sizes, and states",
"main": "steps.sass",
- "version": "0.2.4",
+ "version": "0.2.5",
"authors": [
"Wikiki (https://wikiki.github.io/bulma-extensions/overview)"
],
diff --git a/package.json b/package.json
index 03e3541..1c48d26 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bulma-steps",
- "version": "0.2.4",
+ "version": "0.2.5",
"description": "Display steps for a process (like sign-up, or order, form), in different colors, sizes, and states ",
"main": "dist/bulma-steps.sass",
"scripts": {