This commit is contained in:
Balena CI 2021-01-21 19:14:47 +02:00 committed by VersionBot
parent 731e50a757
commit d60ec13d5c
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Update supported Node.js version range in package.json (<13.0.0)
hash: b363d28664a78f9f3c40ac6bfccb1eea544879c3
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.38.4
date: 2021-01-21T16:39:03.644Z
- commits:
- subject: Handle 'push' edge case with application access
hash: a1cf602f6f0f556f46780509be1d61a473c4b469

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.4 - 2021-01-21
* Update supported Node.js version range in package.json (<13.0.0) [Paulo Castro]
## 12.38.3 - 2021-01-19
* Handle 'push' edge case with application access [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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