From ccf97cfc9fe87c91e02c81ac4805742bf448fe45 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:08:28 +0000 Subject: [PATCH] v20.0.9 --- .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 44fc71b9..053466e1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update shrinkwrapped express to v4.21.1 + hash: 38e29251e7600f2b1cffdff6d414073d910259b5 + body: "" + footer: + Change-type: patch + change-type: patch + author: Oskar Williams + nested: [] + version: 20.0.9 + title: "" + date: 2024-12-05T12:08:24.259Z - commits: - subject: Run test and publish with macos-13 hash: d1f7d6d07f6f8b16facdfd52dfa0a8a2b0b764bd diff --git a/CHANGELOG.md b/CHANGELOG.md index a083a6da..2fe91683 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/). +## 20.0.9 - 2024-12-05 + +* Update shrinkwrapped express to v4.21.1 [Oskar Williams] + ## 20.0.8 - 2024-12-04 * Run test and publish with macos-13 [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0f785ef4..96bf9944 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.0.8", + "version": "20.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.0.8", + "version": "20.0.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c22ddf49..7891c311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.0.8", + "version": "20.0.9", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2024-12-04T19:37:33.523Z" + "publishedAt": "2024-12-05T12:08:25.127Z" } }