mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.28.12
This commit is contained in:
parent
2c5cf9dab6
commit
40c559322a
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Fix `build --emulated` on Linux ("exec format error")
|
||||
hash: ca8272b477724aa97450f2f9bf600d70023d9e51
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#1649'
|
||||
resolves: '#1649'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
version: 11.28.12
|
||||
date: 2020-03-06T01:55:02.543Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Don't ignore BALENARC_NO_PROXY env var if HTTP(S)_PROXY env vars are
|
||||
|
@ -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.28.12 - 2020-03-06
|
||||
|
||||
* Fix `build --emulated` on Linux ("exec format error") [Paulo Castro]
|
||||
|
||||
## 11.28.11 - 2020-03-02
|
||||
|
||||
* Don't ignore BALENARC_NO_PROXY env var if HTTP(S)_PROXY env vars are defined [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.11",
|
||||
"version": "11.28.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.11",
|
||||
"version": "11.28.12",
|
||||
"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