diff --git a/RELEASE.md b/RELEASE.md index 5c140af83..45c889283 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/package.json b/package.json index 32949e0ab..67e9dd555 100644 --- a/package.json +++ b/package.json @@ -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": {