Skip to content

Commit 6dc6eed

Browse files
committed
1.6.0
1 parent fd7e12d commit 6dc6eed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.6.0 - January 10, 2015
2+
3+
* 1.6.0 (Nicholas C. Zakas)
4+
* Update: Make comment attachment tests look at whole AST (Nicholas C. Zakas)
5+
* Docs: Update README to reflect feature flags (Nicholas C. Zakas)
6+
* Docs: Add a couple more FAQs to README (Nicholas C. Zakas)
7+
* New: Add support for duplicate object literal properties (FredKSchott)
8+
* New: Implement generators (refs #10) (Nicholas C. Zakas)
9+
110
v1.5.0 - December 29, 2014
211

312
* 1.5.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.5.0",
11+
"version": "1.6.0",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)