Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 7, 2018
1 parent 4bcd3fd commit f24e3fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.1.4"></a>
## [0.1.4](https://github.com/huochunpeng/ast-matcher/compare/v0.1.3...v0.1.4) (2018-04-07)


### Features

* export ensureParsed function. ([4bcd3fd](https://github.com/huochunpeng/ast-matcher/commit/4bcd3fd))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/huochunpeng/ast-matcher/compare/v0.1.2...v0.1.3) (2018-04-05)

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": "ast-matcher",
"version": "0.1.3",
"version": "0.1.4",
"description": "Create pattern based AST matcher function",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f24e3fe

Please sign in to comment.