This commit is contained in:
Resin CI 2019-05-27 17:06:11 +03:00
parent 8c537c112d
commit d23d837b8c
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.15.0 - 2019-05-27
* Add a much faster container replacement for livepush [Cameron Diver]
* Add a containerId request function to the device api module [Cameron Diver]
## 10.14.0 - 2019-05-27
* Add the ability to specify an environment variable when pushing to local mode device [Cameron Diver]

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "10.14.0",
"version": "10.15.0",
"description": "The official balena CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/balena-io/balena-cli",