From 2c0c1f8fd1f7cceb8096ebfea23ce4affb7a61a1 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:10:07 +0000 Subject: [PATCH] v18.2.32 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4ba49871..3fed8372 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 540e0c20..cf659d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 89f9ec09..58646faa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index ec2bdd89..dfa1e5fb 100644 --- a/package.json +++ b/package.json @@ -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" } }