From 4c13ed1f306e5fe22eb6362b8838b59208b6d1cf Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Sun, 8 Apr 2018 01:47:06 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [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)) --- CHANGELOG.md | 8 ++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fbd583..0d0b37af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [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)) + ## [1.2.5](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.4...v1.2.5) (2018-04-08) diff --git a/README.md b/README.md index 2bc87cb0..c3b890dd 100644 --- a/README.md +++ b/README.md @@ -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) # What is this? diff --git a/package.json b/package.json index b2eeefa4..0b4fc288 100644 --- a/package.json +++ b/package.json @@ -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": {