Skip to content

Commit b9d5cc4

Browse files
committed
1.10.0
1 parent d37f447 commit b9d5cc4

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.10.0 - March 1, 2015
2+
3+
* 1.10.0 (Nicholas C. Zakas)
4+
* New: Support ES6 classes (refs #10) (Nicholas C. Zakas)
5+
* Docs: Update README.md (Jamund Ferguson)
6+
17
v1.9.1 - February 21, 2015
28

39
* 1.9.1 (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.9.1",
11+
"version": "1.10.0",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)