Skip to content

Commit

Permalink
Updated composer version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mck89 committed May 22, 2021
1 parent def3719 commit db38b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.12.0-dev"
"dev-master": "1.13.0-dev"
}
}
}
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
==========

#### 1.13.0
* Implemented ES2022 parser with class fields and private class methods

#### 1.12.0
* Added options array to Traverser constructor and shortcut method on nodes
* Added Query class
Expand Down

0 comments on commit db38b15

Please sign in to comment.