diff --git a/CHANGELOG.md b/CHANGELOG.md index f552ffd95..83f0e7ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [7.1.0](https://github.com/documentationjs/documentation/compare/v7.0.0...v7.1.0) (2018-05-26) + + +### Features + +* support flow comment types ([85d50f9](https://github.com/documentationjs/documentation/commit/85d50f9)) + + + # [7.0.0](https://github.com/documentationjs/documentation/compare/v6.3.3...v7.0.0) (2018-05-22) diff --git a/package.json b/package.json index 5a897fd62..b3ce19b6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "description": "a documentation generator", - "version": "7.0.0", + "version": "7.1.0", "author": "Tom MacWright", "bin": { "documentation": "./bin/documentation.js"