From f07064e95faa8d1c495e2e415c9967afa95b2fc9 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 25 Feb 2019 17:08:29 -0800 Subject: [PATCH] chore(release): 9.2.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"