mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.14.14
This commit is contained in:
parent
529b98552c
commit
7d3dbc2c0b
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Fix device UUID parsing for 'balena tunnel'
|
||||
hash: 99a478ee39a7777c24d98593b0fbb5e8676534bb
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Alexis Svinartchouk
|
||||
nested: []
|
||||
version: 12.14.14
|
||||
date: 2020-08-26T13:12:20.494Z
|
||||
- commits:
|
||||
- subject: 'preload: Fix splash image file name for balenaOS >= 2.53.0'
|
||||
hash: f772957d29709d30340901751a4d0324f11f83bc
|
||||
|
@ -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.14.14 - 2020-08-26
|
||||
|
||||
* Fix device UUID parsing for 'balena tunnel' [Alexis Svinartchouk]
|
||||
|
||||
## 12.14.13 - 2020-08-26
|
||||
|
||||
* preload: Fix splash image file name for balenaOS >= 2.53.0 [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.13",
|
||||
"version": "12.14.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.13",
|
||||
"version": "12.14.14",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user