diff --git a/changelog.md b/changelog.md index 5ea8f17..d645109 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 0.10.4 ++ **Bug** [#100](https://github.com/VizuaaLOG/BulmaJS/issues/100) Fix the `npm run production` script failing + # 0.10.3 + **Bug** Change the default hide offset value to null rather than 0 [@luksurious](https://github.com/luksurious) [Pull Request](https://github.com/VizuaaLOG/BulmaJS/pull/91). diff --git a/package.json b/package.json index 026d608..8050744 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vizuaalog/bulmajs", - "version": "0.10.3", + "version": "0.10.4", "description": "Unofficial javascript extension to the awesome Bulma CSS framework.", "main": "src/bulma.js", "author": "Thomas Erbe ", diff --git a/src/core.js b/src/core.js index 10ea3c0..44a0fb6 100644 --- a/src/core.js +++ b/src/core.js @@ -3,7 +3,7 @@ const Bulma = { * Current BulmaJS version. * @type {String} */ - VERSION: '0.10.3', + VERSION: '0.10.4', /** * An index of the registered plugins