From 95c7c62a57ac4ca27749ee200a40995d7eabaffb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Jun 2021 23:04:28 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/sumwatshade/plugin-update/compare/v1.7.5...v1.8.0) (2021-06-15) ### Bug Fixes * add explicit version check ([6a41c1a](https://github.com/sumwatshade/plugin-update/commit/6a41c1a65d5b39c919cc23c7dcc18212f53d483c)) * errors ([6e0eb3d](https://github.com/sumwatshade/plugin-update/commit/6e0eb3dbfe487d8b2cfc5d97c6efd353c28c8181)) * lint ([3be6770](https://github.com/sumwatshade/plugin-update/commit/3be6770c113e89e1b4ff3b282f68a7e5a7259137)) * tests ([eea1b80](https://github.com/sumwatshade/plugin-update/commit/eea1b80a8644e2c229bc03f800f7b63fa5f47e11)) * tests ([d0a8e3e](https://github.com/sumwatshade/plugin-update/commit/d0a8e3e587b4d2f6c1f6aa24019276589e939034)) * use config ([01c6f9d](https://github.com/sumwatshade/plugin-update/commit/01c6f9d8705a4cd5bc7044c85a2f70f08d58c2ba)) ### Features * pass in specific version ([7bbb48e](https://github.com/sumwatshade/plugin-update/commit/7bbb48e942e7d5b3fdb351f42832acc242c9b1f6)) * update install command ([6cecef6](https://github.com/sumwatshade/plugin-update/commit/6cecef6c7d870ec6c6aa7d215b5063b9dd9b8a0c)) --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 16 ++++++++++++++-- package.json | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1410ff..7a13424f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.8.0](https://github.com/sumwatshade/plugin-update/compare/v1.7.5...v1.8.0) (2021-06-15) + + +### Bug Fixes + +* add explicit version check ([6a41c1a](https://github.com/sumwatshade/plugin-update/commit/6a41c1a65d5b39c919cc23c7dcc18212f53d483c)) +* errors ([6e0eb3d](https://github.com/sumwatshade/plugin-update/commit/6e0eb3dbfe487d8b2cfc5d97c6efd353c28c8181)) +* lint ([3be6770](https://github.com/sumwatshade/plugin-update/commit/3be6770c113e89e1b4ff3b282f68a7e5a7259137)) +* tests ([eea1b80](https://github.com/sumwatshade/plugin-update/commit/eea1b80a8644e2c229bc03f800f7b63fa5f47e11)) +* tests ([d0a8e3e](https://github.com/sumwatshade/plugin-update/commit/d0a8e3e587b4d2f6c1f6aa24019276589e939034)) +* use config ([01c6f9d](https://github.com/sumwatshade/plugin-update/commit/01c6f9d8705a4cd5bc7044c85a2f70f08d58c2ba)) + + +### Features + +* pass in specific version ([7bbb48e](https://github.com/sumwatshade/plugin-update/commit/7bbb48e942e7d5b3fdb351f42832acc242c9b1f6)) +* update install command ([6cecef6](https://github.com/sumwatshade/plugin-update/commit/6cecef6c7d870ec6c6aa7d215b5063b9dd9b8a0c)) + ## [1.7.5](https://github.com/sumwatshade/plugin-update/compare/v1.7.4...v1.7.5) (2021-06-04) diff --git a/README.md b/README.md index 9a747c75..71a6720b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,21 @@ See https://oclif.io/docs/releasing.html#autoupdater # Commands +* [`oclif-example install [VERSION]`](#oclif-example-install-version) * [`oclif-example update [CHANNEL]`](#oclif-example-update-channel) * [`oclif-example use [VERSION]`](#oclif-example-use-version) +## `oclif-example install [VERSION]` + +update the oclif-example CLI + +``` +USAGE + $ oclif-example install [VERSION] +``` + +_See code: [src/commands/install.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.0/src/commands/install.ts)_ + ## `oclif-example update [CHANNEL]` update the oclif-example CLI @@ -32,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.7.5/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.0/src/commands/update.ts)_ ## `oclif-example use [VERSION]` @@ -43,5 +55,5 @@ USAGE $ oclif-example use [VERSION] ``` -_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.7.5/src/commands/use.ts)_ +_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.0/src/commands/use.ts)_ diff --git a/package.json b/package.json index b5551406..a0202a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumwatshade/oclif-plugin-update", - "version": "1.7.5", + "version": "1.8.0", "author": "Lucas Shadler @sumwatshade", "bugs": "https://github.com/sumwatshade/plugin-update/issues", "dependencies": {