Skip to content

Commit

Permalink
v33.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 13, 2024
1 parent f6fa807 commit 193ebcb
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: "Loki: fix ignoring of expected tail call cancellations"
hash: 1167cd0b8d2d6a65b6b5dae0286d70d145d0530f
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 33.0.4
title: ""
date: 2024-12-13T09:03:37.530Z
- commits:
- subject: 'vars-schema/env-vars: Drop "default" setting from power_mode'
hash: bfc8b39d16476cdfa5a190ff6af6297882a3b592
Expand Down Expand Up @@ -2723,6 +2735,7 @@






The internal and
Expand Down Expand Up @@ -2849,6 +2862,7 @@






Update
Expand Down Expand Up @@ -3929,6 +3943,7 @@






Update
Expand Down Expand Up @@ -4071,6 +4086,7 @@






As balena-lint
Expand Down Expand Up @@ -4188,6 +4204,7 @@






As engine and npm is
Expand Down Expand Up @@ -4320,6 +4337,7 @@






Ensure that the
Expand Down Expand Up @@ -4615,6 +4633,7 @@






This also deprecates
Expand Down Expand Up @@ -4738,6 +4757,7 @@






It can in fact be a
Expand Down Expand Up @@ -4862,6 +4882,7 @@






We know what type
Expand Down Expand Up @@ -4991,6 +5012,7 @@






Update
Expand Down Expand Up @@ -5231,6 +5253,7 @@






This also deprecates
Expand Down Expand Up @@ -5527,6 +5550,7 @@






As balena-lint
Expand Down Expand Up @@ -5643,6 +5667,7 @@






As engine and npm is
Expand Down Expand Up @@ -5774,6 +5799,7 @@






Ensure that the
Expand Down Expand Up @@ -5965,6 +5991,7 @@






As balena-lint
Expand Down Expand Up @@ -6081,6 +6108,7 @@






As engine and npm is
Expand Down Expand Up @@ -6212,6 +6240,7 @@






Ensure that the
Expand Down Expand Up @@ -8416,6 +8445,7 @@






As balena-lint
Expand Down Expand Up @@ -8532,6 +8562,7 @@






As engine and npm is
Expand Down Expand Up @@ -8663,6 +8694,7 @@






Ensure that the
Expand Down Expand Up @@ -8857,6 +8889,7 @@






This also deprecates
Expand Down Expand Up @@ -8979,6 +9012,7 @@






It can in fact be a
Expand Down Expand Up @@ -9102,6 +9136,7 @@






We know what type
Expand Down Expand Up @@ -9230,6 +9265,7 @@






Update
Expand Down Expand Up @@ -9469,6 +9505,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.4 - 2024-12-13

* Loki: fix ignoring of expected tail call cancellations [Pagan Gazzard]

## 33.0.3 - 2024-12-12

* vars-schema/env-vars: Drop "default" setting from power_mode [Alexandru]
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.3",
"version": "33.0.4",
"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-12T16:59:45.845Z"
"publishedAt": "2024-12-13T09:03:38.593Z"
}
}

0 comments on commit 193ebcb

Please sign in to comment.