v11.28.13

This commit is contained in:
Balena CI 2020-03-06 17:48:03 +02:00
parent ec73ee270b
commit 524397fc9b
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Improve the UX by only printing effective file changes in livepush
hash: b83431c2e09cafaad40c8b04abb16f79bcb5acc1
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.28.13
date: 2020-03-06T15:20:33.674Z
- commits: - commits:
- subject: Fix `build --emulated` on Linux ("exec format error") - subject: Fix `build --emulated` on Linux ("exec format error")
hash: ca8272b477724aa97450f2f9bf600d70023d9e51 hash: ca8272b477724aa97450f2f9bf600d70023d9e51

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.28.13 - 2020-03-06
* Improve the UX by only printing effective file changes in livepush [Cameron Diver]
## 11.28.12 - 2020-03-06 ## 11.28.12 - 2020-03-06
* Fix `build --emulated` on Linux ("exec format error") [Paulo Castro] * Fix `build --emulated` on Linux ("exec format error") [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.28.12", "version": "11.28.13",
"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",