From aaf709a1d46b488dea8d221fdf335a68982c4449 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:38:59 +0000 Subject: [PATCH] v19.0.11 --- .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 d9805f8ea..03fa66bdd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove Bluebird as a direct dependency + hash: d39dc5a39ad0ec25e0a690b881c8212699f64162 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 19.0.11 + title: "" + date: 2024-09-18T16:38:55.929Z - commits: - subject: Remove package `@resin.io/valid-email` hash: a2b4f76c94e7fda3f122adf721e0a12d9a0e9164 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a90474eb..ca0dc3962 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/). +## 19.0.11 - 2024-09-18 + +* Remove Bluebird as a direct dependency [Thodoris Greasidis] + ## 19.0.10 - 2024-09-12 * Remove package `@resin.io/valid-email` [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d17f0b86a..a1f5a6d34 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.10", + "version": "19.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.10", + "version": "19.0.11", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4bbad610b..efe0ef2a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.10", + "version": "19.0.11", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -275,6 +275,6 @@ } }, "versionist": { - "publishedAt": "2024-09-12T23:00:14.028Z" + "publishedAt": "2024-09-18T16:38:56.766Z" } }