v12.14.13

This commit is contained in:
Balena CI 2020-08-26 13:40:27 +03:00 committed by VersionBot
parent 4fb4cce842
commit fb879d3020
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'preload: Fix splash image file name for balenaOS >= 2.53.0'
hash: f772957d29709d30340901751a4d0324f11f83bc
body: ''
footer:
Resolves: '#1993'
resolves: '#1993'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.14.13
date: 2020-08-26T09:54:08.232Z
- commits: - commits:
- subject: Convert deploy command to oclif - subject: Convert deploy command to oclif
hash: 8cb413c1c95263c5c0ffa9501460949ec00736c7 hash: 8cb413c1c95263c5c0ffa9501460949ec00736c7

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! 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.13 - 2020-08-26
* preload: Fix splash image file name for balenaOS >= 2.53.0 [Paulo Castro]
## 12.14.12 - 2020-08-22 ## 12.14.12 - 2020-08-22
* Convert deploy command to oclif [Scott Lowe] * Convert deploy command to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.14.12", "version": "12.14.13",
"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",