This commit is contained in:
flowzone-app[bot] 2024-07-29 11:08:38 +00:00 committed by GitHub
parent 12a338fb21
commit a08ac447a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Run npm dedupe commands
hash: 1d70e6b4b4b2d1c4c8f619988bbe0e17bcf12f63
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
- subject: Switch to self-hosted
hash: d3458379e614955d3def576ba07f3864ab81732a
body: ""
footer:
change-type: patch
author: Anton Belodedenko
nested: []
version: 18.2.34
title: ""
date: 2024-07-29T11:08:34.464Z
- commits:
- subject: Improve discover balena os across different networks
hash: 03f0f11f8b4c9fa4b5b4a9612fa9550b08d4bdd7

View File

@ -4,6 +4,11 @@ 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/).
## 18.2.34 - 2024-07-29
* Run npm dedupe commands [Kyle Harding]
* Switch to self-hosted [Anton Belodedenko]
## 18.2.33 - 2024-07-17
* Improve discover balena os across different networks [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.2.33",
"version": "18.2.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.2.33",
"version": "18.2.34",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.33",
"version": "18.2.34",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-17T07:46:23.907Z"
"publishedAt": "2024-07-29T11:08:35.293Z"
}
}