Skip to content

Commit eb2b9e6

Browse files
committed
1.8.1
1 parent cffe44e commit eb2b9e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.8.1 - February 7, 2015
2+
3+
* 1.8.1 (Nicholas C. Zakas)
4+
* Build: Add Node.js 0.12 testing (Nicholas C. Zakas)
5+
* Fix: Actuall fix tokenization issue with templates (fixes #44) (Nicholas C. Zakas)
6+
17
v1.8.0 - February 6, 2015
28

39
* 1.8.0 (Nicholas C. Zakas)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esparse": "./bin/esparse.js",
99
"esvalidate": "./bin/esvalidate.js"
1010
},
11-
"version": "1.8.0",
11+
"version": "1.8.1",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)