Skip to content

Commit

Permalink
v34.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 17, 2025
1 parent 54db7e3 commit eb55147
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: Switch from ts-node to @swc-node/register
hash: fc873ef26ef6d90dc45a20ce466112cdd2c3e8b6
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 34.3.21
title: ""
date: 2025-01-17T22:45:49.193Z
- commits:
- subject: "Tests: stop using mockery for AWS S3 mocks"
hash: 85818836f187836424896dc653c9bcb8dc52dc4e
Expand Down Expand Up @@ -3370,6 +3382,7 @@






The internal and
Expand Down Expand Up @@ -3524,6 +3537,7 @@






Update
Expand Down Expand Up @@ -4632,6 +4646,7 @@






Update
Expand Down Expand Up @@ -4802,6 +4817,7 @@






As balena-lint
Expand Down Expand Up @@ -4947,6 +4963,7 @@






As engine and npm is
Expand Down Expand Up @@ -5107,6 +5124,7 @@






Ensure that the
Expand Down Expand Up @@ -5430,6 +5448,7 @@






This also deprecates
Expand Down Expand Up @@ -5581,6 +5600,7 @@






It can in fact be a
Expand Down Expand Up @@ -5733,6 +5753,7 @@






We know what type
Expand Down Expand Up @@ -5890,6 +5911,7 @@






Update
Expand Down Expand Up @@ -6158,6 +6180,7 @@






This also deprecates
Expand Down Expand Up @@ -6482,6 +6505,7 @@






As balena-lint
Expand Down Expand Up @@ -6626,6 +6650,7 @@






As engine and npm is
Expand Down Expand Up @@ -6785,6 +6810,7 @@






Ensure that the
Expand Down Expand Up @@ -7004,6 +7030,7 @@






As balena-lint
Expand Down Expand Up @@ -7148,6 +7175,7 @@






As engine and npm is
Expand Down Expand Up @@ -7307,6 +7335,7 @@






Ensure that the
Expand Down Expand Up @@ -9539,6 +9568,7 @@






As balena-lint
Expand Down Expand Up @@ -9683,6 +9713,7 @@






As engine and npm is
Expand Down Expand Up @@ -9842,6 +9873,7 @@






Ensure that the
Expand Down Expand Up @@ -10064,6 +10096,7 @@






This also deprecates
Expand Down Expand Up @@ -10214,6 +10247,7 @@






It can in fact be a
Expand Down Expand Up @@ -10365,6 +10399,7 @@






We know what type
Expand Down Expand Up @@ -10521,6 +10556,7 @@






Update
Expand Down Expand Up @@ -10788,6 +10824,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/).

## 34.3.21 - 2025-01-17

* Switch from ts-node to @swc-node/register [Pagan Gazzard]

## 34.3.20 - 2025-01-17

* Tests: stop using mockery for AWS S3 mocks [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": "34.3.20",
"version": "34.3.21",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"import": "@swc-node/register/esm-register"
},
"versionist": {
"publishedAt": "2025-01-17T12:32:05.234Z"
"publishedAt": "2025-01-17T22:45:50.244Z"
}
}

0 comments on commit eb55147

Please sign in to comment.