v11.28.12

This commit is contained in:
Balena CI 2020-03-06 04:56:19 +02:00
parent 2c5cf9dab6
commit 40c559322a
4 changed files with 18 additions and 2 deletions

View File

@ -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

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!
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
View File

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

View File

@ -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",