Skip to content

Commit 67a902a

Browse files
committed
release 2.0.7
1 parent 75d73bc commit 67a902a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 2.0.7 : (2017-09-03)
4+
- Fix #86 : bug on Object properties usage in PHP like `__proto__`, or `constructor`
5+
- Fix #84 : remove null statements from bodies
6+
37
## 2.0.6 : (2017-07-16)
48

59
- Fix precedence between bin, retif, unary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-parser",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Parse PHP code and returns its AST",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)