Skip to content

Commit

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

### Features

* increase timeout to weekly and add timeoutInDays configuration ([7c1bdbf](7c1bdbf))
  • Loading branch information
oclif-bot committed Apr 8, 2018
1 parent 7c1bdbf commit 4c13ed1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.3.0"></a>
# [1.3.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.5...v1.3.0) (2018-04-08)


### Features

* increase timeout to weekly and add timeoutInDays configuration ([7c1bdbf](https://github.com/oclif/plugin-warn-if-update-available/commit/7c1bdbf))

<a name="1.2.5"></a>
## [1.2.5](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.4...v1.2.5) (2018-04-08)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ warns if there is a newer version of CLI released
* [What is this?](#what-is-this)
* [How it works](#how-it-works)
* [Installation](#installation)
* [Configuration](#configuration)
<!-- tocstop -->

# What is this?
Expand Down
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.2.5",
"version": "1.3.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
Expand Down

0 comments on commit 4c13ed1

Please sign in to comment.