diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c31bc74..d3968860c 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. + +# [6.3.0](https://github.com/documentationjs/documentation/compare/v6.2.0...v6.3.0) (2018-04-20) + + +### Bug Fixes + +* **package:** update git-url-parse to version 9.0.0 ([94a1fb6](https://github.com/documentationjs/documentation/commit/94a1fb6)) + + +### Features + +* Vue Support ([f60d90c](https://github.com/documentationjs/documentation/commit/f60d90c)) + + + # [6.2.0](https://github.com/documentationjs/documentation/compare/v6.1.0...v6.2.0) (2018-04-11) diff --git a/package.json b/package.json index 71599b65c..b76b5a679 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "description": "a documentation generator", - "version": "6.2.0", + "version": "6.3.0", "author": "Tom MacWright", "bin": { "documentation": "./bin/documentation.js"