This commit is contained in:
Balena CI 2020-04-30 15:50:36 +03:00 committed by VersionBot
parent a200bf268d
commit 7311cfa755
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Integrate livepush v3 and live directives
hash: d398e22c580c764b0c8c9b9e63ec13139c2c5eae
body: ''
footer:
Change-type: minor
change-type: minor
Resolves: '#1784'
resolves: '#1784'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.32.0
date: 2020-04-30T12:28:29.310Z
- commits: - commits:
- subject: Convert lib/utils/deploy-legacy.coffee to javascript - subject: Convert lib/utils/deploy-legacy.coffee to javascript
hash: 203ccaf97b79908e666a5dc7d878bdfdb8597ac2 hash: 203ccaf97b79908e666a5dc7d878bdfdb8597ac2

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/).
## 11.32.0 - 2020-04-30
* Integrate livepush v3 and live directives [Scott Lowe]
## 11.31.28 - 2020-04-30 ## 11.31.28 - 2020-04-30
* Convert lib/utils/deploy-legacy.coffee to javascript [Pagan Gazzard] * Convert lib/utils/deploy-legacy.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.31.28", "version": "11.32.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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