mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 20:04:14 +00:00
v11.31.2
This commit is contained in:
parent
7e4b62c28a
commit
159ee44d7e
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.1",
|
||||
"version": "11.31.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user