Skip to content

Commit 21621c7

Browse files
chore(release): 1.9.1 [skip ci]
## [1.9.1](v1.9.0...v1.9.1) (2021-08-23) ### Bug Fixes * code organization and prep for requests around installation aliases ([1c7791d](1c7791d))
1 parent fe42b7a commit 21621c7

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)