We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffe44e commit eb2b9e6Copy full SHA for eb2b9e6
CHANGELOG.md
@@ -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
7
v1.8.0 - February 6, 2015
8
9
* 1.8.0 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
10
},
11
- "version": "1.8.0",
+ "version": "1.8.1",
12
"files": [
13
"bin",
14
"lib",
0 commit comments