File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.9.1] ( https://github.com/sumwatshade/plugin-update/compare/v1.9.0...v1.9.1 ) (2021-08-23)
2+
3+
4+ ### Bug Fixes
5+
6+ * code organization and prep for requests around installation aliases ([ 1c7791d] ( https://github.com/sumwatshade/plugin-update/commit/1c7791d65823b87c1b3e6ae10099a403f0aab9b6 ) )
7+
18# [ 1.9.0] ( https://github.com/sumwatshade/plugin-update/compare/v1.8.6...v1.9.0 ) (2021-08-04)
29
310
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ARGUMENTS
3232 VERSION Specify an explicit version (ex. 3.0.0-next.1) or a channel (ex. alpha)
3333```
3434
35- _ See code: [ src/commands/install.ts] ( https://github.com/sumwatshade/plugin-update/blob/v1.9.0 /src/commands/install.ts ) _
35+ _ See code: [ src/commands/install.ts] ( https://github.com/sumwatshade/plugin-update/blob/v1.9.1 /src/commands/install.ts ) _
3636
3737## ` oclif-example update [CHANNEL] `
3838
@@ -49,7 +49,7 @@ OPTIONS
4949 --from-local interactively choose an already installed version
5050```
5151
52- _ See code: [ src/commands/update.ts] ( https://github.com/sumwatshade/plugin-update/blob/v1.9.0 /src/commands/update.ts ) _
52+ _ See code: [ src/commands/update.ts] ( https://github.com/sumwatshade/plugin-update/blob/v1.9.1 /src/commands/update.ts ) _
5353
5454## ` oclif-example use [VERSION] `
5555
@@ -63,5 +63,5 @@ ARGUMENTS
6363 VERSION Specify an explicit version (ex. 3.0.0-next.1) or a channel (ex. alpha)
6464```
6565
66- _ See code: [ src/commands/use.ts] ( https://github.com/sumwatshade/plugin-update/blob/v1.9.0 /src/commands/use.ts ) _
66+ _ See code: [ src/commands/use.ts] ( https://github.com/sumwatshade/plugin-update/blob/v1.9.1 /src/commands/use.ts ) _
6767<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @sumwatshade/oclif-plugin-update" ,
3- "version" : " 1.9.0 " ,
3+ "version" : " 1.9.1 " ,
44 "author" : " Lucas Shadler @sumwatshade" ,
55 "bugs" : " https://github.com/sumwatshade/plugin-update/issues" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments