From f75f00e4d0e0e8ab8aa0b2dadea6d30855328098 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 4 Nov 2019 14:45:54 +0200 Subject: [PATCH] v11.17.3 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4d3d940e..a9d2c125 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Use all available on-device images during local push + hash: 62b7d2fd1a80023fb9aff4dfc54a8faa72040459 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.17.3 + date: 2019-11-04T10:30:00.836Z - commits: - subject: Fix warnings when executing CLI without arguments. hash: 4a967b126bfcfa72f32e33ace95ea4a66d1c64dd diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a4a4bd..c84236d3 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.17.3 - 2019-11-04 + +* Use all available on-device images during local push [Cameron Diver] + ## 11.17.2 - 2019-11-01 * Fix warnings when executing CLI without arguments. [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dc176acc..51387b28 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.17.2", + "version": "11.17.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7434c25..0e769a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.17.2", + "version": "11.17.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",