Skip to content

Commit

Permalink
release 3.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Apr 14, 2018
1 parent cac41be commit c7f9e15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 3.0.0-alpha2 : (2018-04-14)
- fix #137 : Bug with parsing `list`
- fix #149 : Binary cast: isDoubleQuote incorrect
- fix #150 : strange ast with list
- fix #151 : Declare inside if

## 3.0.0-alpha1 : (2018-04-11)
- https://github.com/glayzzle/php-parser/milestone/10
- many fixes
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": "3.0.0-alpha1",
"version": "3.0.0-alpha2",
"description": "Parse PHP code and returns its AST",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c7f9e15

Please sign in to comment.