v12.14.14

This commit is contained in:
Balena CI 2020-08-26 17:13:46 +03:00 committed by VersionBot
parent 529b98552c
commit 7d3dbc2c0b
4 changed files with 17 additions and 2 deletions

View File

@ -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

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!
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
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.14.13",
"version": "12.14.14",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",