Skip to content

Commit

Permalink
v33.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 13, 2024
1 parent a842b13 commit a9da857
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
39 changes: 39 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -2736,6 +2750,7 @@






The internal and
Expand Down Expand Up @@ -2863,6 +2878,7 @@






Update
Expand Down Expand Up @@ -3944,6 +3960,7 @@






Update
Expand Down Expand Up @@ -4087,6 +4104,7 @@






As balena-lint
Expand Down Expand Up @@ -4205,6 +4223,7 @@






As engine and npm is
Expand Down Expand Up @@ -4338,6 +4357,7 @@






Ensure that the
Expand Down Expand Up @@ -4634,6 +4654,7 @@






This also deprecates
Expand Down Expand Up @@ -4758,6 +4779,7 @@






It can in fact be a
Expand Down Expand Up @@ -4883,6 +4905,7 @@






We know what type
Expand Down Expand Up @@ -5013,6 +5036,7 @@






Update
Expand Down Expand Up @@ -5254,6 +5278,7 @@






This also deprecates
Expand Down Expand Up @@ -5551,6 +5576,7 @@






As balena-lint
Expand Down Expand Up @@ -5668,6 +5694,7 @@






As engine and npm is
Expand Down Expand Up @@ -5800,6 +5827,7 @@






Ensure that the
Expand Down Expand Up @@ -5992,6 +6020,7 @@






As balena-lint
Expand Down Expand Up @@ -6109,6 +6138,7 @@






As engine and npm is
Expand Down Expand Up @@ -6241,6 +6271,7 @@






Ensure that the
Expand Down Expand Up @@ -8446,6 +8477,7 @@






As balena-lint
Expand Down Expand Up @@ -8563,6 +8595,7 @@






As engine and npm is
Expand Down Expand Up @@ -8695,6 +8728,7 @@






Ensure that the
Expand Down Expand Up @@ -8890,6 +8924,7 @@






This also deprecates
Expand Down Expand Up @@ -9013,6 +9048,7 @@






It can in fact be a
Expand Down Expand Up @@ -9137,6 +9173,7 @@






We know what type
Expand Down Expand Up @@ -9266,6 +9303,7 @@






Update
Expand Down Expand Up @@ -9506,6 +9544,7 @@






This also deprecates
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit a9da857

Please sign in to comment.