mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v11.32.0
This commit is contained in:
parent
a200bf268d
commit
7311cfa755
@ -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:
|
||||
- subject: Convert lib/utils/deploy-legacy.coffee to javascript
|
||||
hash: 203ccaf97b79908e666a5dc7d878bdfdb8597ac2
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Convert lib/utils/deploy-legacy.coffee to javascript [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.28",
|
||||
"version": "11.32.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.28",
|
||||
"version": "11.32.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user