From 2476e71819bf4ac3467d159d5c9854b22d292810 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Jun 2021 03:49:36 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/sumwatshade/plugin-update/compare/v1.6.1...v1.7.0) (2021-06-02) ### Features * add success msg and improved error msg ([a14001f](https://github.com/sumwatshade/plugin-update/commit/a14001fc4716e821be7c41925ac936e3882af482)) --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d92fa1..0954f32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/sumwatshade/plugin-update/compare/v1.6.1...v1.7.0) (2021-06-02) + + +### Features + +* add success msg and improved error msg ([a14001f](https://github.com/sumwatshade/plugin-update/commit/a14001fc4716e821be7c41925ac936e3882af482)) + ## [1.6.1](https://github.com/sumwatshade/plugin-update/compare/v1.6.0...v1.6.1) (2021-06-02) diff --git a/README.md b/README.md index 76d42a3d..4adc32d0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ USAGE $ oclif-example install [VERSION] ``` -_See code: [src/commands/install.ts](https://github.com/sumwatshade/plugin-update/blob/v1.6.1/src/commands/install.ts)_ +_See code: [src/commands/install.ts](https://github.com/sumwatshade/plugin-update/blob/v1.7.0/src/commands/install.ts)_ ## `oclif-example update [CHANNEL]` @@ -44,7 +44,7 @@ OPTIONS --from-local interactively choose an already installed version ``` -_See code: [src/commands/update.ts](https://github.com/sumwatshade/plugin-update/blob/v1.6.1/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/sumwatshade/plugin-update/blob/v1.7.0/src/commands/update.ts)_ ## `oclif-example use [VERSION]` @@ -55,5 +55,5 @@ USAGE $ oclif-example use [VERSION] ``` -_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.6.1/src/commands/use.ts)_ +_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.7.0/src/commands/use.ts)_ diff --git a/package.json b/package.json index 66014de8..6ee4ad2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumwatshade/oclif-plugin-update", - "version": "1.6.1", + "version": "1.7.0", "author": "Lucas Shadler @sumwatshade", "bugs": "https://github.com/sumwatshade/plugin-update/issues", "dependencies": {