From a6d6035725dd0fd1a23a0057a54bf60878979347 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 22 May 2019 18:51:56 +0300 Subject: [PATCH] v10.13.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18e1829..af32eab4 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/). +## 10.13.6 - 2019-05-22 + +* Improve preload's --commit parameter description [Alexis Svinartchouk] +* Fix `balena preload --commit current` alias [Alexis Svinartchouk] + ## 10.13.5 - 2019-05-21 * Rename `preload --commit latest` to `preload --commit current` [Alexis Svinartchouk] diff --git a/package.json b/package.json index 30ec8c20..dbf6f057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.13.5", + "version": "10.13.6", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",