mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.40.0
This commit is contained in:
parent
2a4ff75203
commit
9671372b9e
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.39.1",
|
||||
"version": "12.40.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user