Skip to content

Commit

Permalink
chore(release): 1.7.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.5](v1.7.4...v1.7.5) (2021-06-04)

### Bug Fixes

* configuration changes ([8638fbd](8638fbd))
* first pass formatting ([5d82adc](5d82adc))
* prettier ([142ef3e](142ef3e))
* respect prettier config in ide ([2382a3e](2382a3e))
* run lint on CI ([0e288a7](0e288a7))
* update formatting ([ab71f47](ab71f47))
  • Loading branch information
semantic-release-bot committed Jun 4, 2021
1 parent 922bede commit d6863fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.7.5](https://github.com/sumwatshade/plugin-update/compare/v1.7.4...v1.7.5) (2021-06-04)


### Bug Fixes

* configuration changes ([8638fbd](https://github.com/sumwatshade/plugin-update/commit/8638fbd771842317e5d6b8a73af604bd691d0de4))
* first pass formatting ([5d82adc](https://github.com/sumwatshade/plugin-update/commit/5d82adca2cff7fade36f7832e17fec6640eb11f8))
* prettier ([142ef3e](https://github.com/sumwatshade/plugin-update/commit/142ef3ec0f9a1f7b24ae072b1b8cf35579877521))
* respect prettier config in ide ([2382a3e](https://github.com/sumwatshade/plugin-update/commit/2382a3ef9906b5f3d5571992b5f4ec1babc8de28))
* run lint on CI ([0e288a7](https://github.com/sumwatshade/plugin-update/commit/0e288a7dae5f0f463b2254df6828045e9149c743))
* update formatting ([ab71f47](https://github.com/sumwatshade/plugin-update/commit/ab71f47117d0cea413480a1b0236e513e75ca6d1))

## [1.7.4](https://github.com/sumwatshade/plugin-update/compare/v1.7.3...v1.7.4) (2021-06-03)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.4/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/sumwatshade/plugin-update/blob/v1.7.5/src/commands/update.ts)_

## `oclif-example use [VERSION]`

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

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

0 comments on commit d6863fb

Please sign in to comment.