We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcb76d commit ee8f6d3Copy full SHA for ee8f6d3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v1.12.3 - March 28, 2015
2
+
3
+* 1.12.3 (Nicholas C. Zakas)
4
+* Fix: Tagged template strings (fixes #110) (Nicholas C. Zakas)
5
6
v1.12.2 - March 21, 2015
7
8
* 1.12.2 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
9
"esvalidate": "./bin/esvalidate.js"
10
},
11
- "version": "1.12.2",
+ "version": "1.12.3",
12
"files": [
13
"bin",
14
"lib",
0 commit comments