diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dc7e8..491ac4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [9.2.1](https://github.com/documentationjs/documentation/compare/v9.2.0...v9.2.1) (2019-02-26) + + + # [9.2.0](https://github.com/documentationjs/documentation/compare/v9.1.1...v9.2.0) (2019-02-22) diff --git a/package.json b/package.json index 28143b2..c1bde9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "description": "a documentation generator", - "version": "9.2.0", + "version": "9.2.1", "author": "Tom MacWright", "bin": { "documentation": "./bin/documentation.js"