From 07a9584323f23d47d6781148c3455682535cb5f8 Mon Sep 17 00:00:00 2001 From: Thomas Erbe Date: Sun, 10 May 2020 01:22:25 +0100 Subject: [PATCH] Version bump --- changelog.md | 3 +++ package.json | 2 +- src/core.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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