diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9d585..6777c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/yeutech-lab/accept-dot-path/compare/v1.0.8...v1.0.9) (2018-06-27) + + +### Bug Fixes + +* **intro:** fix introduction ([c3f6717](https://github.com/yeutech-lab/accept-dot-path/commit/c3f6717)) + ## [1.0.8](https://github.com/yeutech-lab/accept-dot-path/compare/v1.0.7...v1.0.8) (2018-06-27) diff --git a/package.json b/package.json index 3abc4da..be90869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yeutech-lab/accept-dot-path", - "version": "1.0.8", + "version": "1.0.9", "description": "accept-dot-path is a simple function that accept all path starting with dot(s).", "main": "lib/index.js", "jsnext:main": "dist/accept-dot-path.esm.js",