This commit is contained in:
Balena CI 2021-02-10 03:28:52 +02:00 committed by VersionBot
parent 2a4ff75203
commit 9671372b9e
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add support for docker-compose dev overlay in local pushes
hash: f3d750a0247ae0f272392666d9d243ed65e8e4e6
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.40.0
date: 2021-02-09T12:18:40.185Z
- commits:
- subject: 'build/deploy: fix emulated builds to use fully static qemu binaries'
hash: 15fc805f893d330af3c733c40bd2d7ae35a2cb98

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/).
## 12.40.0 - 2021-02-09
* Add support for docker-compose dev overlay in local pushes [Scott Lowe]
## 12.39.1 - 2021-02-06
* build/deploy: fix emulated builds to use fully static qemu binaries [Kyle Harding]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.39.1",
"version": "12.40.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",