Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](sumwatshade/plugin-update@v1.7.5...v1.8.0) (2021-06-15)

### Bug Fixes

* add explicit version check ([6a41c1a](sumwatshade@6a41c1a))
* errors ([6e0eb3d](sumwatshade@6e0eb3d))
* lint ([3be6770](sumwatshade@3be6770))
* tests ([eea1b80](sumwatshade@eea1b80))
* tests ([d0a8e3e](sumwatshade@d0a8e3e))
* use config ([01c6f9d](sumwatshade@01c6f9d))

### Features

* pass in specific version ([7bbb48e](sumwatshade@7bbb48e))
* update install command ([6cecef6](sumwatshade@6cecef6))
  • Loading branch information
semantic-release-bot committed Jun 15, 2021
1 parent c40cede commit 95c7c62
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,21 @@ See https://oclif.io/docs/releasing.html#autoupdater

# Commands
<!-- 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
Expand All @@ -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]`

Expand All @@ -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)_
<!-- 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.7.5",
"version": "1.8.0",
"author": "Lucas Shadler @sumwatshade",
"bugs": "https://github.com/sumwatshade/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit 95c7c62

Please sign in to comment.