Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2018-08-21)

### Features

* support private registries ([#12](#12)) ([aed5b4e](aed5b4e))
  • Loading branch information
oclif-bot committed Aug 21, 2018
1 parent f809109 commit 679ab94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.4.0...v1.5.0) (2018-08-21)


### Features

* support private registries ([#12](https://github.com/oclif/plugin-warn-if-update-available/issues/12)) ([aed5b4e](https://github.com/oclif/plugin-warn-if-update-available/commit/aed5b4e))

<a name="1.4.0"></a>
# [1.4.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.3.9...v1.4.0) (2018-08-17)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ any of the following configuration properties:
}
}
}
```
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "1.4.0",
"version": "1.5.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
Expand Down

0 comments on commit 679ab94

Please sign in to comment.