From 5e3bb3a0fccbe657e9e38fdf569541a376eb5e52 Mon Sep 17 00:00:00 2001 From: Alex Robson Date: Mon, 6 Nov 2017 15:10:49 -0800 Subject: [PATCH] chore(release): 1.4.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1539d..8da473b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.4.1](https://github.com/arobson/hikaru/compare/v1.4.0...v1.4.1) (2017-11-06) + + +### Bug Fixes + +* correct problems with health checks for custom manifest types ([caa8af9](https://github.com/arobson/hikaru/commit/caa8af9)) + + + # [1.4.0](https://github.com/arobson/hikaru/compare/v1.3.4...v1.4.0) (2017-11-06) diff --git a/package.json b/package.json index 8d69df3..643d4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arobson/hikaru", - "version": "1.4.0", + "version": "1.4.1", "description": "A continuous deployment service and integration helper for kubernetes", "main": "src/index.js", "bin": {