mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v12.14.15
This commit is contained in:
parent
d0616acf1b
commit
a59d85e833
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'Convert command preload to oclif, typescript'
|
||||||
|
hash: d21a18f353c5d9cf9b47e9ed85c15c635d44a44e
|
||||||
|
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
|
||||||
|
nested: []
|
||||||
|
version: 12.14.15
|
||||||
|
date: 2020-08-27T08:22:51.203Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Fix device UUID parsing for 'balena tunnel'
|
- subject: Fix device UUID parsing for 'balena tunnel'
|
||||||
hash: 99a478ee39a7777c24d98593b0fbb5e8676534bb
|
hash: 99a478ee39a7777c24d98593b0fbb5e8676534bb
|
||||||
|
@ -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.14.15 - 2020-08-27
|
||||||
|
|
||||||
|
* Convert command preload to oclif, typescript [Scott Lowe]
|
||||||
|
|
||||||
## 12.14.14 - 2020-08-26
|
## 12.14.14 - 2020-08-26
|
||||||
|
|
||||||
* Fix device UUID parsing for 'balena tunnel' [Alexis Svinartchouk]
|
* Fix device UUID parsing for 'balena tunnel' [Alexis Svinartchouk]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.14.14",
|
"version": "12.14.15",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.14.14",
|
"version": "12.14.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",
|
||||||
|
Loading…
Reference in New Issue
Block a user