Skip to content

Commit

Permalink
updated: bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 4, 2017
1 parent 42429dc commit daa190b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Compiler Changes

### v3.1.3
- Fix babel in browser runtime parser https://github.com/riot/examples/issues/51

### v3.1.2
- Fix [riot#2210](https://github.com/riot/riot/issues/2210) : Style tag get stripped from riot tag even if it's in a javascript string.
- Updated devDependencies.
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": "riot-compiler",
"version": "3.1.2",
"version": "3.1.3",
"description": "Compiler for riot .tag files",
"main": "lib/compiler.js",
"jsnext:main": "dist/es6.compiler.js",
Expand Down

0 comments on commit daa190b

Please sign in to comment.