From 31281549a64ff02947043725e5ee6aa213b05b36 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:19:10 +0200 Subject: [PATCH] v12.38.3 --- .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 29ad037d..988848b7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Handle 'push' edge case with application access + hash: a1cf602f6f0f556f46780509be1d61a473c4b469 + 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.3 + date: 2021-01-19T12:41:36.462Z - commits: - subject: Delete old config files for Travis and AppVeyor to avoid confusion hash: f73e3db4deb10dbba9132c277b7abdb314ed53d0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7116c7ce..4842b96f 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.3 - 2021-01-19 + +* Handle 'push' edge case with application access [Scott Lowe] + ## 12.38.2 - 2021-01-18 * Delete old config files for Travis and AppVeyor to avoid confusion [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0d366c74..b970547c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.2", + "version": "12.38.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e28330f4..30059e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.2", + "version": "12.38.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",