mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v11.31.3
This commit is contained in:
parent
92715c3182
commit
99963cbb89
@ -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'
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.2",
|
||||
"version": "11.31.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user