This commit is contained in:
Balena CI 2021-02-04 15:59:06 +02:00 committed by VersionBot
parent 6fb58a25fc
commit 3d1f16c0ab
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Modify push to pass app slug to builder
hash: e6b85c9cf8784b8b4056795a35ed208570aa4164
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.38.9
date: 2021-02-04T09:43:33.008Z
- commits:
- subject: 'build/deploy: Update QEMU to speed up emulated builds'
hash: 9636985ee7648dca6967cf35ddd7bb122cfbc65c

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.38.9 - 2021-02-04
* Modify push to pass app slug to builder [Scott Lowe]
## 12.38.8 - 2021-01-29
* build/deploy: Update QEMU to speed up emulated builds [Kyle Harding]

2
npm-shrinkwrap.json generated
View File

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

View File

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