diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 033e13592..40a69c91c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update `balena-hup-action-utils` + hash: 337d18269c2156bcf7d6ccb679260136cff68140 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 20.7.6 + title: "" + date: 2024-12-09T14:23:31.833Z - commits: - subject: Update balena-request to 14.0.1 that no longer requires a zlib polyfill on browser builds diff --git a/CHANGELOG.md b/CHANGELOG.md index c482a88d2..87d239112 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.7.6 - 2024-12-09 + +* Update `balena-hup-action-utils` [myarmolinsky] + ## 20.7.5 - 2024-12-05 diff --git a/package.json b/package.json index b4ba319bb..205e7fdfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.7.5", + "version": "20.7.6", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-12-05T20:19:17.168Z" + "publishedAt": "2024-12-09T14:23:32.402Z" } }