diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e59d9..be25dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. I follow the [Semantic Versioning 2.0.0](http://semver.org/) format. -## 0.8.0 - 2019-09-17 +## 0.8.1 - 2019-09-17 ### Added - Added support for overriding the default regex patterns with the `options` object. diff --git a/package.json b/package.json index 8e7ad23..32f9eaf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doxray", - "version": "0.8.0", + "version": "0.8.1", "description": "Parse documentation from code comments", "license": "MIT", "main": "index.js",