Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](sumwatshade/plugin-update@v1.6.1...v1.7.0) (2021-06-02)

### Features

* add success msg and improved error msg ([a14001f](sumwatshade@a14001f))
  • Loading branch information
semantic-release-bot committed Jun 2, 2021
1 parent c0cf78b commit 2476e71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.7.0](https://github.com/sumwatshade/plugin-update/compare/v1.6.1...v1.7.0) (2021-06-02)


### Features

* add success msg and improved error msg ([a14001f](https://github.com/sumwatshade/plugin-update/commit/a14001fc4716e821be7c41925ac936e3882af482))

## [1.6.1](https://github.com/sumwatshade/plugin-update/compare/v1.6.0...v1.6.1) (2021-06-02)


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

0 comments on commit 2476e71

Please sign in to comment.