diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cff3d305e..28e27af4f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Improve patch-state-v3 typing + hash: 63fece16a1e09c2121401447193bd72e6fb431f9 + body: | + This has been occasionally playing up locally and adding this + `as const` solves the issue + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 33.0.5 + title: "" + date: 2024-12-13T16:29:15.085Z - commits: - subject: "Loki: fix ignoring of expected tail call cancellations" hash: 1167cd0b8d2d6a65b6b5dae0286d70d145d0530f @@ -2736,6 +2750,7 @@ + The internal and @@ -2863,6 +2878,7 @@ + Update @@ -3944,6 +3960,7 @@ + Update @@ -4087,6 +4104,7 @@ + As balena-lint @@ -4205,6 +4223,7 @@ + As engine and npm is @@ -4338,6 +4357,7 @@ + Ensure that the @@ -4634,6 +4654,7 @@ + This also deprecates @@ -4758,6 +4779,7 @@ + It can in fact be a @@ -4883,6 +4905,7 @@ + We know what type @@ -5013,6 +5036,7 @@ + Update @@ -5254,6 +5278,7 @@ + This also deprecates @@ -5551,6 +5576,7 @@ + As balena-lint @@ -5668,6 +5694,7 @@ + As engine and npm is @@ -5800,6 +5827,7 @@ + Ensure that the @@ -5992,6 +6020,7 @@ + As balena-lint @@ -6109,6 +6138,7 @@ + As engine and npm is @@ -6241,6 +6271,7 @@ + Ensure that the @@ -8446,6 +8477,7 @@ + As balena-lint @@ -8563,6 +8595,7 @@ + As engine and npm is @@ -8695,6 +8728,7 @@ + Ensure that the @@ -8890,6 +8924,7 @@ + This also deprecates @@ -9013,6 +9048,7 @@ + It can in fact be a @@ -9137,6 +9173,7 @@ + We know what type @@ -9266,6 +9303,7 @@ + Update @@ -9506,6 +9544,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f19bf569..7099ac18e 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/). +## 33.0.5 - 2024-12-13 + +* Improve patch-state-v3 typing [Pagan Gazzard] + ## 33.0.4 - 2024-12-13 * Loki: fix ignoring of expected tail call cancellations [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 09bc5d95c..b4e744edd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "33.0.4", + "version": "33.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "33.0.4", + "version": "33.0.5", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index d0e669bc2..3c2f1e8a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "33.0.4", + "version": "33.0.5", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-13T09:03:38.593Z" + "publishedAt": "2024-12-13T16:29:16.126Z" } }