From ba6655b389c064692949c84721ed58b79c5906ff Mon Sep 17 00:00:00 2001 From: Elias Liedholm Date: Tue, 14 Feb 2017 17:37:44 +0100 Subject: [PATCH] version bump 2.1.14 --- README.md | 5 ++++- package.json | 2 +- src/version.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1f3acc..609866d 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Styla Widget 2.1.13 +Styla Widget 2.1.14 ======= @@ -172,6 +172,9 @@ This project adheres to the [Contributor Covenant](http://contributor-covenant.o Change log ========== +### 2.1.14 + + move after element content from css to js in order to fix minifying + ### 2.1.13 + story text is not limited anymore to the first text element only + fix minifying diff --git a/package.json b/package.json index e4bc3fa..3157150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylaWidget", - "version": "2.1.13", + "version": "2.1.14", "contributors": [ "Mouse Braun ", "Elias Liedholm ", diff --git a/src/version.js b/src/version.js index f19211e..3239048 100644 --- a/src/version.js +++ b/src/version.js @@ -1,2 +1,2 @@ /* globals module */ -module.exports = '2.1.13'; +module.exports = '2.1.14';