This commit is contained in:
Balena CI 2020-06-24 11:39:12 +03:00 committed by VersionBot
parent 98c9469151
commit 10120bb97f
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update INSTALL.md re supported Node.js versions and '--unsafe-perm'
hash: 98c0991fe35db6cbe9825f4016fbb2001e08267b
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 12.1.5
date: 2020-06-23T21:54:18.008Z
- commits:
- subject: Stub the errors module without needing two export methods
hash: 7794158062e5c50101d2e31d3aa30c5d9fcf4638

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.1.5 - 2020-06-23
* Update INSTALL.md re supported Node.js versions and '--unsafe-perm' [Paulo Castro]
## 12.1.4 - 2020-06-22
* Stub the errors module without needing two export methods [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.1.4",
"version": "12.1.5",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",