From 145b613f5da162137b22a2d6987b547dd52d174f Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 5 Mar 2019 11:00:31 +0100 Subject: [PATCH] v9.14.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de62b26f..d5117c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 9.14.4 - 2019-03-05 + +* Update resin-multibuild to pick up fixes [Cameron Diver] + ## 9.14.3 - 2019-03-04 * Minor doc updates (add DEBUG hint) [Paulo Castro] diff --git a/package.json b/package.json index 6d480842..c9a0b059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.14.3", + "version": "9.14.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",