From 17089a35c31c68c64d29e7c1c450728e4a3190e0 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 26 Jun 2020 14:45:30 +0300 Subject: [PATCH] v12.1.15 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bb9066c2..2addfe66 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + author: Scott Lowe + version: 12.1.15 + date: 2020-06-26T11:16:47.627Z - commits: - subject: Import just strip-tags from common-tags to reduce startup time hash: 667358b23e1ac184fdcb2d64f37a5074e6a0075a diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb01daa..ff9ed656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 12.1.15 - 2020-06-26 + +* Convert command ssh to oclif. [Scott Lowe] + ## 12.1.14 - 2020-06-25 * Import just strip-tags from common-tags to reduce startup time [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 83d23934..a8baf606 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.14", + "version": "12.1.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70ed23c2..2ed13783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.14", + "version": "12.1.15", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",