diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a13424f..270e668a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/sumwatshade/plugin-update/compare/v1.8.0...v1.8.1) (2021-06-16) + + +### Bug Fixes + +* add success msg + fix tar ext ([e7c5729](https://github.com/sumwatshade/plugin-update/commit/e7c5729fe0fae1382b5f1894155d058c9518b644)) + # [1.8.0](https://github.com/sumwatshade/plugin-update/compare/v1.7.5...v1.8.0) (2021-06-15) diff --git a/README.md b/README.md index 71a6720b..d5cdc3e5 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.8.0/src/commands/install.ts)_ +_See code: [src/commands/install.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.1/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.8.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.1/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.8.0/src/commands/use.ts)_ +_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.1/src/commands/use.ts)_ diff --git a/package.json b/package.json index a0202a01..a059cbf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumwatshade/oclif-plugin-update", - "version": "1.8.0", + "version": "1.8.1", "author": "Lucas Shadler @sumwatshade", "bugs": "https://github.com/sumwatshade/plugin-update/issues", "dependencies": {