This commit is contained in:
Balena CI 2021-01-19 19:19:10 +02:00 committed by VersionBot
parent e86bcc438c
commit 31281549a6
4 changed files with 19 additions and 2 deletions

View File

@ -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 <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
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

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.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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",