From 4088e4c66e60809cb074ac738e74c58e6da2444d Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 17 May 2019 20:00:43 +0300 Subject: [PATCH] v10.13.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f780c0ce..82f49a8a 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.13.2 - 2019-05-17 + +* Remove intermediate containers when doing a local push [Cameron Diver] + ## 10.13.1 - 2019-05-16 * Docs: Fix os configure example in os build-config docs [Thodoris Greasidis] diff --git a/package.json b/package.json index d201a1e1..36fd0765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.13.1", + "version": "10.13.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",