This commit is contained in:
Balena CI 2020-07-03 21:37:21 +03:00 committed by VersionBot
parent 20dec8821f
commit 467a923353
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'balena ssh: Add test cases'
hash: 69e92227039a8d106cacbc3144a4d1a9dcdf5743
body: ''
footer:
Connects-to: '#1896'
connects-to: '#1896'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update `os download` help re openBalena support
hash: 238e5cb9d2543a0f3460d60a69736ae505c570d2
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 12.3.14
date: 2020-07-03T17:56:26.641Z
- commits:
- subject: Add explicit dependency on balena-settings-storage
hash: afc660762f2bae700967eff6b766b3f44fee87d5

View File

@ -4,6 +4,11 @@ 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/).
## 12.3.14 - 2020-07-03
* balena ssh: Add test cases [Paulo Castro]
* Update `os download` help re openBalena support [Paulo Castro]
## 12.3.13 - 2020-07-03
* Add explicit dependency on balena-settings-storage [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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