mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 19:19:56 +00:00
v12.14.13
This commit is contained in:
parent
4fb4cce842
commit
fb879d3020
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user