From da02f603f116f8d56a323b88c59d8c1ca30116a0 Mon Sep 17 00:00:00 2001 From: Colin Walker Date: Mon, 30 Sep 2019 05:02:04 +0000 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb64e95..f43fffd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [1.2.0](https://github.com/deliverybot/helm/compare/v1.1.0...v1.2.0) (2019-09-30) + + +### Bug Fixes + +* If remove mark inactive ([3edcc80](https://github.com/deliverybot/helm/commit/3edcc80)) +* Include preview for inactive state ([4b47dd7](https://github.com/deliverybot/helm/commit/4b47dd7)) + + +### Features + +* Add delete --purge for helm2 ([de6b027](https://github.com/deliverybot/helm/commit/de6b027)) + ## [1.1.0](https://github.com/deliverybot/helm/compare/v1.0.0...v1.1.0) (2019-09-21) diff --git a/package-lock.json b/package-lock.json index dc89fa1c..9a73a4b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "status", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cced1ad2..185f7e85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "status", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/deliverybot/helm",