Skip to content

Commit 8d45aa1

Browse files
committed
1.5.0
1 parent 1994aab commit 8d45aa1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v1.5.0 - December 29, 2014
2+
3+
* 1.5.0 (Nicholas C. Zakas)
4+
* Docs: Update README with compat info (Nicholas C. Zakas)
5+
* Update: Add regex parsing test (Nicholas C. Zakas)
6+
* Update: s/XJS/JSX/g (Nicholas C. Zakas)
7+
* Build: Update release script (Nicholas C. Zakas)
8+
* Update: Move SyntaxTree to ast-node-factory.js (FredKSchott)
9+
* New: Add JSX parsing (fixes #26) (Nicholas C. Zakas)
10+
* Update: Switch location marker logic (fixes #15) (Nicholas C. Zakas)
11+
* 1.4.0 (Nicholas C. Zakas)
12+
113
v1.4.0 - December 23, 2014
214

315
* 1.4.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.4.0",
11+
"version": "1.5.0",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)