From 3d1f16c0abf36c8cca4d066be988fb9f0d7f4a8f Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 4 Feb 2021 15:59:06 +0200 Subject: [PATCH] v12.38.9 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0180938c..d119af6f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2594c985..aa70545a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f46d87d9..b02a8d69 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.8", + "version": "12.38.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5d228f4..a6a96922 100644 --- a/package.json +++ b/package.json @@ -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",