This commit is contained in:
flowzone-app[bot] 2024-07-16 13:10:07 +00:00 committed by GitHub
parent d4d7fce2c1
commit 2c0c1f8fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Remove unused code
hash: 0f23318367f0f14e7df52740282c75d0ac3fc6b5
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.32
title: ""
date: 2024-07-16T13:10:02.704Z
- commits:
- subject: "deploy: Use the sdk's pine instance with balena-compose"
hash: efa0d67f0ad3968fe1a52f929ae475a2caf08567

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 18.2.32 - 2024-07-16
* Remove unused code [Otavio Jacobi]
## 18.2.31 - 2024-07-15
* deploy: Use the sdk's pine instance with balena-compose [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.31",
"version": "18.2.32",
"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-15T21:17:41.164Z"
"publishedAt": "2024-07-16T13:10:03.601Z"
}
}