mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-11 15:04:00 +00:00
v13.5.2
This commit is contained in:
parent
03b41d9989
commit
30b9d9141d
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Deduplicate npm-shrinkwrap.json
|
||||||
|
hash: aab3af21535e67c90c6baca0778a11153fd145b0
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 13.5.2
|
||||||
|
title: "'Deduplicate npm-shrinkwrap.json'"
|
||||||
|
date: 2022-05-31T08:55:24.934Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "preload: Fix issue where balenaOS v2.98.3+ required an Internet
|
- subject: "preload: Fix issue where balenaOS v2.98.3+ required an Internet
|
||||||
connection to start apps"
|
connection to start apps"
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 13.5.2 - 2022-05-31
|
||||||
|
|
||||||
|
* Deduplicate npm-shrinkwrap.json [Thodoris Greasidis]
|
||||||
|
|
||||||
## 13.5.1 - 2022-05-26
|
## 13.5.1 - 2022-05-26
|
||||||
|
|
||||||
* preload: Fix issue where balenaOS v2.98.3+ required an Internet connection to start apps [pipex]
|
* preload: Fix issue where balenaOS v2.98.3+ required an Internet connection to start apps [pipex]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.5.1",
|
"version": "13.5.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.5.1",
|
"version": "13.5.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",
|
||||||
@ -288,6 +288,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-05-26T22:42:56.418Z"
|
"publishedAt": "2022-05-31T08:55:25.611Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user