Skip to content

Commit

Permalink
release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Sep 3, 2017
1 parent 75d73bc commit 67a902a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## 2.0.7 : (2017-09-03)
- Fix #86 : bug on Object properties usage in PHP like `__proto__`, or `constructor`
- Fix #84 : remove null statements from bodies

## 2.0.6 : (2017-07-16)

- Fix precedence between bin, retif, unary
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "php-parser",
"version": "2.0.6",
"version": "2.0.7",
"description": "Parse PHP code and returns its AST",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 67a902a

Please sign in to comment.