From 8d9cbbb526cef8f81d40b2ffdae764639281802f Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 4 Jun 2019 22:32:52 +0300 Subject: [PATCH] v11.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349dc98a..69eba229 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/). +## 11.0.1 - 2019-06-04 + +* Fix Travis release [Paulo Castro] + ## 11.0.0 - 2019-06-04 * Remove 'signup' command [Paulo Castro] diff --git a/package.json b/package.json index 5726a9c8..d2978f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.0.0", + "version": "11.0.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",