diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6332a3c..f552ffd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.0.0](https://github.com/documentationjs/documentation/compare/v6.3.3...v7.0.0) (2018-05-22) + + +### Features + +* Auto-detect readme filename ([4fd776b](https://github.com/documentationjs/documentation/commit/4fd776b)) + + +### BREAKING CHANGES + +* the --readme-file option now has a smart default value + + + ## [6.3.3](https://github.com/documentationjs/documentation/compare/v6.3.2...v6.3.3) (2018-05-14) diff --git a/package.json b/package.json index 37da94d89..5a897fd62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "description": "a documentation generator", - "version": "6.3.3", + "version": "7.0.0", "author": "Tom MacWright", "bin": { "documentation": "./bin/documentation.js"