diff --git a/CHANGELOG.md b/CHANGELOG.md index 037803a..e3761ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [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)) + + + ## [0.1.3](https://github.com/huochunpeng/ast-matcher/compare/v0.1.2...v0.1.3) (2018-04-05) diff --git a/package.json b/package.json index f18aea2..98c67dd 100644 --- a/package.json +++ b/package.json @@ -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",