From 4d9938518451aca3614ada2d7a76956cc6ae848a Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 16 Jul 2019 14:38:36 -0700 Subject: [PATCH] chore(release): 12.0.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6277ed5d4..b9d278c74 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. + +## [12.0.2](https://github.com/documentationjs/documentation/compare/v12.0.1...v12.0.2) (2019-07-16) + + + ## [12.0.1](https://github.com/documentationjs/documentation/compare/v12.0.0...v12.0.1) (2019-07-10) diff --git a/package.json b/package.json index d91f99a30..845e248a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "description": "a documentation generator", - "version": "12.0.1", + "version": "12.0.2", "author": "Tom MacWright", "bin": { "documentation": "./bin/documentation.js"