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 3511cf3 commit 47c66af
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.4
- Fix avoid the `filename` option for the babel-standalone parser

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

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.3",
"version": "3.1.4",
"description": "Compiler for riot .tag files",
"main": "lib/compiler.js",
"jsnext:main": "dist/es6.compiler.js",
Expand Down

0 comments on commit 47c66af

Please sign in to comment.