diff --git a/CHANGELOG.md b/CHANGELOG.md index b05ed932..5a380f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Bulma Changelog +## 0.1.0 + +* Fix #227 +* Fix #232 +* Fix #242 +* Fix #243 +* Fix #228 +* Fix #245 +* Fix #246 + ## 0.0.28 * BREAKING: `.control.is-grouped` now uses `.control` elements as direct children diff --git a/bower.json b/bower.json index f58fd43e..372f1d71 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.0.28", + "version": "0.1.0", "homepage": "http://bulma.io", "authors": [ "jgthms " diff --git a/package.json b/package.json index 7a467f8f..53eae5d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.0.28", + "version": "0.1.0", "homepage": "http://bulma.io", "author": "jgthms ", "description": "Modern CSS framework based on Flexbox",