Skip to content

Commit

Permalink
chore(release): 1.2.6 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.2.6"></a>
## [1.2.6](v1.2.5...v1.2.6) (2018-05-24)

### Bug Fixes

* ensure client directory is not a file ([665c6e0](665c6e0))
  • Loading branch information
oclif-bot committed May 24, 2018
1 parent 665c6e0 commit 08a6c0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.2.6"></a>
## [1.2.6](https://github.com/oclif/plugin-update/compare/v1.2.5...v1.2.6) (2018-05-24)


### Bug Fixes

* ensure client directory is not a file ([665c6e0](https://github.com/oclif/plugin-update/commit/665c6e0))

<a name="1.2.5"></a>
## [1.2.5](https://github.com/oclif/plugin-update/compare/v1.2.4...v1.2.5) (2018-05-24)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ USAGE
$ oclif-example update [CHANNEL]
```

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.2.5/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.2.6/src/commands/update.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": "@oclif/plugin-update",
"version": "1.2.5",
"version": "1.2.6",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit 08a6c0b

Please sign in to comment.