From 32a299f70772b08fac652ae97e82888f98966d79 Mon Sep 17 00:00:00 2001 From: Neea Rusch Date: Sat, 21 Dec 2019 14:31:51 -0500 Subject: [PATCH] chore(release): 0.8.6 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582fc33d..b7969739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.8.6](https://github.com/MobileFirstLLC/extension-cli/compare/v0.8.5...v0.8.6) (2019-12-21) + ### [0.8.5](https://github.com/MobileFirstLLC/extension-cli/compare/v0.8.4...v0.8.5) (2019-12-21) ### [0.8.4](https://github.com/MobileFirstLLC/extension-cli/compare/v0.8.3...v0.8.4) (2019-12-20) diff --git a/package-lock.json b/package-lock.json index 9e2e83a0..6e311ebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.8.5", + "version": "0.8.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f8b56f1..40472ce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.8.5", + "version": "0.8.6", "description": "Chrome Extension CLI tools", "repository": { "type": "git",