mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.12.0
This commit is contained in:
parent
cff81ae86d
commit
f481d5edae
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps
|
||||
hash: f9d6a0ee72c33f159d43ecb0dcb51c2522fa213a
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#1448'
|
||||
resolves: '#1448'
|
||||
HQ: 'https://github.com/balena-io/balena/issues/1905'
|
||||
hq: 'https://github.com/balena-io/balena/issues/1905'
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
author: Thodoris Greasidis
|
||||
version: 11.12.0
|
||||
date: 2019-09-24T10:25:08.682Z
|
||||
- commits:
|
||||
- subject: Send all debug output to stderr
|
||||
hash: 7a865b2e151f54a0edf37c1884e362fc155214a3
|
||||
|
@ -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.12.0 - 2019-09-24
|
||||
|
||||
* Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps [Thodoris Greasidis]
|
||||
|
||||
## 11.11.3 - 2019-09-19
|
||||
|
||||
* Send all debug output to stderr [Cameron Diver]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.11.3",
|
||||
"version": "11.12.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.11.3",
|
||||
"version": "11.12.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