Skip to content

Commit

Permalink
version bump 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasliedholm committed Feb 14, 2017
1 parent b557c04 commit ba6655b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Styla Widget 2.1.13
Styla Widget 2.1.14

=======

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylaWidget",
"version": "2.1.13",
"version": "2.1.14",
"contributors": [
"Mouse Braun <mouse@styla.com>",
"Elias Liedholm <elias@styla.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* globals module */
module.exports = '2.1.13';
module.exports = '2.1.14';

0 comments on commit ba6655b

Please sign in to comment.