This commit is contained in:
Balena CI 2020-04-17 02:40:26 +03:00
parent 92715c3182
commit 99963cbb89
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Fix balena ssh "Application not found" (pin balena-sdk to v12.30.0)
hash: 264c8535b453b2a5b0ed98287aeb9e64fad61eef
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.31.3
date: 2020-04-16T23:16:16.151Z
- commits:
- subject: >-
Fix seemingly random ENOENT error (update 'is-installed-globally'

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.3 - 2020-04-16
* Fix balena ssh "Application not found" (pin balena-sdk to v12.30.0) [Paulo Castro]
## 11.31.2 - 2020-04-15
* Fix seemingly random ENOENT error (update 'is-installed-globally' dependency) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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