This commit is contained in:
Resin CI 2019-05-22 18:51:56 +03:00
parent 5e0d24a1f1
commit a6d6035725
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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",