This commit is contained in:
Balena CI 2020-06-26 15:29:05 +03:00 committed by VersionBot
parent 6403e29d76
commit 4cc4a22af3
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Recategorize some errors as expected.
hash: 1308b64c67f4b0f8d665e086971ed1e7549e22d8
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.1.16
date: 2020-06-26T12:00:17.634Z
- commits: - commits:
- subject: Convert command ssh to oclif. - subject: Convert command ssh to oclif.
hash: 512cfa3da145a5ee16b673fa6bd2823637b7594d hash: 512cfa3da145a5ee16b673fa6bd2823637b7594d

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.1.16 - 2020-06-26
* Recategorize some errors as expected. [Scott Lowe]
## 12.1.15 - 2020-06-26 ## 12.1.15 - 2020-06-26
* Convert command ssh to oclif. [Scott Lowe] * Convert command ssh to oclif. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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