Skip to content

Commit

Permalink
v32.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 10, 2024
1 parent b03e8e3 commit b12d12b
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: Convert some bluebird usage to native promises
hash: 78045078b7d3a497a070f2994c8af5480d3d8705
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 32.1.4
title: ""
date: 2024-12-10T18:26:19.161Z
- commits:
- subject: Improve `/api-key/v1` validation
hash: 8374c4ad252fc7aa8b932950ab957d6799b3049d
Expand Down Expand Up @@ -2568,6 +2580,7 @@






The internal and
Expand Down Expand Up @@ -2686,6 +2699,7 @@






Update
Expand Down Expand Up @@ -3758,6 +3772,7 @@






Update
Expand Down Expand Up @@ -3892,6 +3907,7 @@






As balena-lint
Expand Down Expand Up @@ -4001,6 +4017,7 @@






As engine and npm is
Expand Down Expand Up @@ -4125,6 +4142,7 @@






Ensure that the
Expand Down Expand Up @@ -4412,6 +4430,7 @@






This also deprecates
Expand Down Expand Up @@ -4527,6 +4546,7 @@






It can in fact be a
Expand Down Expand Up @@ -4643,6 +4663,7 @@






We know what type
Expand Down Expand Up @@ -4764,6 +4785,7 @@






Update
Expand Down Expand Up @@ -4996,6 +5018,7 @@






This also deprecates
Expand Down Expand Up @@ -5284,6 +5307,7 @@






As balena-lint
Expand Down Expand Up @@ -5392,6 +5416,7 @@






As engine and npm is
Expand Down Expand Up @@ -5515,6 +5540,7 @@






Ensure that the
Expand Down Expand Up @@ -5698,6 +5724,7 @@






As balena-lint
Expand Down Expand Up @@ -5806,6 +5833,7 @@






As engine and npm is
Expand Down Expand Up @@ -5929,6 +5957,7 @@






Ensure that the
Expand Down Expand Up @@ -8125,6 +8154,7 @@






As balena-lint
Expand Down Expand Up @@ -8233,6 +8263,7 @@






As engine and npm is
Expand Down Expand Up @@ -8356,6 +8387,7 @@






Ensure that the
Expand Down Expand Up @@ -8542,6 +8574,7 @@






This also deprecates
Expand Down Expand Up @@ -8656,6 +8689,7 @@






It can in fact be a
Expand Down Expand Up @@ -8771,6 +8805,7 @@






We know what type
Expand Down Expand Up @@ -8891,6 +8926,7 @@






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

## 32.1.4 - 2024-12-10

* Convert some bluebird usage to native promises [Pagan Gazzard]

## 32.1.3 - 2024-12-09

* Improve `/api-key/v1` validation [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": "32.1.3",
"version": "32.1.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-09T18:18:55.863Z"
"publishedAt": "2024-12-10T18:26:20.207Z"
}
}

0 comments on commit b12d12b

Please sign in to comment.