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 fe62b19 commit 2d91bb6Copy full SHA for 2d91bb6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v1.12.2 - March 21, 2015
2
+
3
+* 1.12.2 (Nicholas C. Zakas)
4
+* Fix: Destructured arg for catch (fixes #105) (Nicholas C. Zakas)
5
6
v1.12.1 - March 21, 2015
7
8
* 1.12.1 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
9
"esvalidate": "./bin/esvalidate.js"
10
},
11
- "version": "1.12.1",
+ "version": "1.12.2",
12
"files": [
13
"bin",
14
"lib",
0 commit comments