From 37bd6be77b6e6eeecb8163cca72df0d16c805f20 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Mon, 29 Apr 2019 13:13:22 +0300 Subject: [PATCH] v10.8.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db3e2f7..cae6dc7f 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.8.2 - 2019-04-26 + +* Handle app names that look like a number (eg 1234) [Paulo Castro] + ## 10.8.1 - 2019-04-26 * Add better semantics for detached mode + live for push [Cameron Diver] diff --git a/package.json b/package.json index db72e043..eed560c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.8.1", + "version": "10.8.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",