Skip to content

Commit

Permalink
chore(release): 1.9.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.4](v1.9.3...v1.9.4) (2021-09-27)

### Bug Fixes

* use 14 for publish ([a74451d](a74451d))
* work in node 10 ([#38](#38)) ([1b01541](1b01541))
  • Loading branch information
semantic-release-bot committed Sep 27, 2021
1 parent a74451d commit ca7d7cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.9.4](https://github.com/sumwatshade/plugin-update/compare/v1.9.3...v1.9.4) (2021-09-27)


### Bug Fixes

* use 14 for publish ([a74451d](https://github.com/sumwatshade/plugin-update/commit/a74451d67417ad64a52578f0128c14b3fcb605a6))
* work in node 10 ([#38](https://github.com/sumwatshade/plugin-update/issues/38)) ([1b01541](https://github.com/sumwatshade/plugin-update/commit/1b01541d0464b0d37f694f2b1bb98610c651ab5e))

## [1.9.3](https://github.com/sumwatshade/plugin-update/compare/v1.9.2...v1.9.3) (2021-09-27)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARGUMENTS
VERSION Specify an explicit version (ex. 3.0.0-next.1) or a channel (ex. alpha)
```

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

## `oclif-example update [CHANNEL]`

Expand All @@ -49,7 +49,7 @@ OPTIONS
--from-local interactively choose an already installed version
```

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

## `oclif-example use [VERSION]`

Expand All @@ -63,5 +63,5 @@ ARGUMENTS
VERSION Specify an explicit version (ex. 3.0.0-next.1) or a channel (ex. alpha)
```

_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.9.3/src/commands/use.ts)_
_See code: [src/commands/use.ts](https://github.com/sumwatshade/plugin-update/blob/v1.9.4/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.9.3",
"version": "1.9.4",
"author": "Lucas Shadler @sumwatshade",
"bugs": "https://github.com/sumwatshade/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit ca7d7cb

Please sign in to comment.