diff --git a/changelog.md b/changelog.md index 0673708..5ea8f17 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 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). + # 0.10.2 + **Bug** [#90](https://github.com/VizuaaLOG/BulmaJS/issues/90) Hiding navbar on scrolls creates empty space, not reappearing as expected [@luksurious](https://github.com/luksurious) [Pull Request](https://github.com/VizuaaLOG/BulmaJS/pull/91). diff --git a/package.json b/package.json index db44bd9..fb3ca30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vizuaalog/bulmajs", - "version": "0.10.2", + "version": "0.10.3", "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 b98ca2c..10ea3c0 100644 --- a/src/core.js +++ b/src/core.js @@ -3,7 +3,7 @@ const Bulma = { * Current BulmaJS version. * @type {String} */ - VERSION: '0.10.2', + VERSION: '0.10.3', /** * An index of the registered plugins