From 13cef01374a6b13d44f4e362de32c7eda0f13511 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 10 Jun 2019 13:38:49 +0300 Subject: [PATCH] v11.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2a3835..854da647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## 11.1.0 - 2019-06-10 + +* Cancel ongoing livepushes when a new change occurs [Cameron Diver] +* Fix ts-node invocation in balena-dev [Cameron Diver] + ## 11.0.7 - 2019-06-07 * Fix "catch-uncommitted" build failure (npm run prettify) [Paulo Castro] diff --git a/package.json b/package.json index 56207bde..44f876c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.0.7", + "version": "11.1.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",