Skip to content

Commit daa190b

Browse files
updated: bump and changelog
1 parent 42429dc commit daa190b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Compiler Changes
22

3+
### v3.1.3
4+
- Fix babel in browser runtime parser https://github.com/riot/examples/issues/51
5+
36
### v3.1.2
47
- 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.
58
- Updated devDependencies.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "riot-compiler",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Compiler for riot .tag files",
55
"main": "lib/compiler.js",
66
"jsnext:main": "dist/es6.compiler.js",

0 commit comments

Comments
 (0)