This commit is contained in:
Resin CI 2019-05-15 17:40:55 +03:00
parent a47d2d4454
commit 783cab2e50
2 changed files with 5 additions and 1 deletions

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 10.12.0 - 2019-05-15
* Fix video url [Daniel Andrade]
## 10.11.1 - 2019-05-15 ## 10.11.1 - 2019-05-15
* Debounce livepush invocations to collect changes together [Cameron Diver] * Debounce livepush invocations to collect changes together [Cameron Diver]

View File

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