Skip to content

Commit

Permalink
chore(release): 1.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.3](sumwatshade/plugin-update@v1.8.2...v1.8.3) (2021-06-17)

### Bug Fixes

* check if channelUpdateRequested is req ([4685a72](sumwatshade@4685a72))
* remove sha when extracting target version ([67dfe55](sumwatshade@67dfe55))
* update comment ([2f8dc5c](sumwatshade@2f8dc5c))
  • Loading branch information
semantic-release-bot committed Jun 17, 2021
1 parent 8e41272 commit ca44f2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.8.3](https://github.com/sumwatshade/plugin-update/compare/v1.8.2...v1.8.3) (2021-06-17)


### Bug Fixes

* check if channelUpdateRequested is req ([4685a72](https://github.com/sumwatshade/plugin-update/commit/4685a72dfa8a7b37075a727990fe53d2ada8cd44))
* remove sha when extracting target version ([67dfe55](https://github.com/sumwatshade/plugin-update/commit/67dfe553a4a728a6d9d988aa69c94ae7b321afcf))
* update comment ([2f8dc5c](https://github.com/sumwatshade/plugin-update/commit/2f8dc5cbb0b91b18a84d05eab50bb42631a9414a))

## [1.8.2](https://github.com/sumwatshade/plugin-update/compare/v1.8.1...v1.8.2) (2021-06-17)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ USAGE
$ oclif-example install [VERSION]
```

_See code: [src/commands/install.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.2/src/commands/install.ts)_
_See code: [src/commands/install.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.3/src/commands/install.ts)_

## `oclif-example update [CHANNEL]`

Expand All @@ -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.2/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.3/src/commands/update.ts)_

## `oclif-example use [VERSION]`

Expand All @@ -55,5 +55,5 @@ USAGE
$ oclif-example use [VERSION]
```

_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.2/src/commands/use.ts)_
_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.8.3/src/commands/use.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumwatshade/oclif-plugin-update",
"version": "1.8.2",
"version": "1.8.3",
"author": "Lucas Shadler @sumwatshade",
"bugs": "https://github.com/sumwatshade/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit ca44f2f

Please sign in to comment.