mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.1.16
This commit is contained in:
parent
6403e29d76
commit
4cc4a22af3
@ -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:
|
||||
- subject: Convert command ssh to oclif.
|
||||
hash: 512cfa3da145a5ee16b673fa6bd2823637b7594d
|
||||
|
@ -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.16 - 2020-06-26
|
||||
|
||||
* Recategorize some errors as expected. [Scott Lowe]
|
||||
|
||||
## 12.1.15 - 2020-06-26
|
||||
|
||||
* Convert command ssh to oclif. [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.15",
|
||||
"version": "12.1.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.15",
|
||||
"version": "12.1.16",
|
||||
"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