chore(release): 7.0.0

This commit is contained in:
Tom MacWright 2018-05-21 20:47:32 -07:00
parent 4fd776b16a
commit 976e484b07
No known key found for this signature in database
GPG Key ID: 3E7BD5F5BA0CEB5F
2 changed files with 16 additions and 1 deletions

View File

@ -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.
<a name="7.0.0"></a>
# [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
<a name="6.3.3"></a>
## [6.3.3](https://github.com/documentationjs/documentation/compare/v6.3.2...v6.3.3) (2018-05-14)

View File

@ -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"