mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-22 10:11:01 +00:00
v17.1.2
This commit is contained in:
parent
a27e216e44
commit
af6b263f7a
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix preload with commit hash Update balena-preload from 14.0.2 to 14.0.3
|
||||||
|
hash: 50e1efa448f70a2d04a0e0e9bb2a970edf9f5ac1
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: 17.1.2
|
||||||
|
title: ""
|
||||||
|
date: 2023-09-26T12:14:25.652Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Fix local flash on unix environments
|
- subject: Fix local flash on unix environments
|
||||||
hash: 49e23464f9bc9a3948974ad5d706692990902002
|
hash: 49e23464f9bc9a3948974ad5d706692990902002
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 17.1.2 - 2023-09-26
|
||||||
|
|
||||||
|
* Fix preload with commit hash Update balena-preload from 14.0.2 to 14.0.3 [Otávio Jacobi]
|
||||||
|
|
||||||
## 17.1.1 - 2023-09-05
|
## 17.1.1 - 2023-09-05
|
||||||
|
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.1.1",
|
"version": "17.1.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.1.1",
|
"version": "17.1.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.1.1",
|
"version": "17.1.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -280,6 +280,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-09-05T15:06:11.726Z"
|
"publishedAt": "2023-09-26T12:14:26.982Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user