This commit is contained in:
Balena CI 2020-04-16 03:39:14 +03:00
parent 7e4b62c28a
commit 159ee44d7e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Fix seemingly random ENOENT error (update 'is-installed-globally'
dependency)
hash: 52b2ba6a304ba41e911e26c2081273f92f5581de
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1723'
resolves: '#1723'
author: Paulo Castro
version: 11.31.2
date: 2020-04-15T18:04:29.254Z
- commits:
- subject: 'improve input validation for `key`, `key rm`'
hash: cff9e50a224652792a18d931e8b8d35cc32073a1

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/).
## 11.31.2 - 2020-04-15
* Fix seemingly random ENOENT error (update 'is-installed-globally' dependency) [Paulo Castro]
## 11.31.1 - 2020-04-15
* improve input validation for `key`, `key rm` [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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