From 9013bbf586d8af9a4f36e7f99271c6f2533a7648 Mon Sep 17 00:00:00 2001 From: Colin Walker Date: Tue, 24 Dec 2019 15:59:59 +0000 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44fe5ede..d5cf39dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.0](https://github.com/deliverybot/helm/compare/v1.4.0...v1.5.0) (2019-12-24) + + +### Features + +* Add timeout parameter ([#18](https://github.com/deliverybot/helm/issues/18)) ([d494b05](https://github.com/deliverybot/helm/commit/d494b05)) + ## [1.4.0](https://github.com/deliverybot/helm/compare/v1.3.0...v1.4.0) (2019-11-21) diff --git a/package-lock.json b/package-lock.json index 06d97004..c5af71c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "status", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8826dd5a..dc983f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "status", - "version": "1.4.0", + "version": "1.5.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/deliverybot/helm",