From c6bdedd365e6a18b969a29a4e655ad7854e77bb0 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:05:59 +0000 Subject: [PATCH] v20.8.4 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 22c25fc7c..ccb6559e4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency mocha to v11 + hash: 271182cc6bfb250611ae19f1779d8fa2a3954d2b + body: | + Update mocha from 10.8.2 to 11.0.1 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 20.8.4 + title: "" + date: 2025-01-07T17:05:56.792Z - commits: - subject: "patch: Append instructions partial to externalFlash" hash: 52260d1edcf783f608b3d46020aa111612fd1478 diff --git a/CHANGELOG.md b/CHANGELOG.md index e01d3bbda..1290b7a81 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.8.4 - 2025-01-07 + +* Update dependency mocha to v11 [balena-renovate[bot]] + ## 20.8.3 - 2025-01-03 * patch: Append instructions partial to externalFlash [Vipul Gupta (@vipulgupta2048)] diff --git a/package.json b/package.json index 3e2f3ac86..a98582155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.8.3", + "version": "20.8.4", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2025-01-03T13:44:21.190Z" + "publishedAt": "2025-01-07T17:05:57.282Z" } }