This commit is contained in:
Balena CI 2020-06-26 14:45:30 +03:00 committed by VersionBot
parent e34dca0e36
commit 17089a35c3
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Convert command ssh to oclif.
hash: 512cfa3da145a5ee16b673fa6bd2823637b7594d
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.15
date: 2020-06-26T11:16:47.627Z
- commits: - commits:
- subject: Import just strip-tags from common-tags to reduce startup time - subject: Import just strip-tags from common-tags to reduce startup time
hash: 667358b23e1ac184fdcb2d64f37a5074e6a0075a hash: 667358b23e1ac184fdcb2d64f37a5074e6a0075a

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.15 - 2020-06-26
* Convert command ssh to oclif. [Scott Lowe]
## 12.1.14 - 2020-06-25 ## 12.1.14 - 2020-06-25
* Import just strip-tags from common-tags to reduce startup time [Pagan Gazzard] * Import just strip-tags from common-tags to reduce startup time [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.1.14", "version": "12.1.15",
"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.14", "version": "12.1.15",
"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",