From 159ee44d7e0f7aeffa764c508fa93c564b16313c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 16 Apr 2020 03:39:14 +0300 Subject: [PATCH] v11.31.2 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e3721ed5..14e283e6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d0a058..74d9cc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c2c81dfd..68cbfb7d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.1", + "version": "11.31.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 442645b5..400bd755 100644 --- a/package.json +++ b/package.json @@ -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",