From d21b84956cfa9f579967cb10b90b9c04a79f9ee1 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 30 May 2019 16:02:58 +0300 Subject: [PATCH] v10.17.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e32287d..572e23d2 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/). +## 10.17.1 - 2019-05-30 + +* Fix CI build error (missing @types/mz) [Paulo Castro] + ## 10.17.0 - 2019-05-29 * Add preload --add-certificate option [Alexis Svinartchouk] diff --git a/package.json b/package.json index f65e3a3f..a6cdeccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.17.0", + "version": "10.17.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",