diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5563a1f08..4b2a86485 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 @@ -2568,6 +2580,7 @@ + The internal and @@ -2686,6 +2699,7 @@ + Update @@ -3758,6 +3772,7 @@ + Update @@ -3892,6 +3907,7 @@ + As balena-lint @@ -4001,6 +4017,7 @@ + As engine and npm is @@ -4125,6 +4142,7 @@ + Ensure that the @@ -4412,6 +4430,7 @@ + This also deprecates @@ -4527,6 +4546,7 @@ + It can in fact be a @@ -4643,6 +4663,7 @@ + We know what type @@ -4764,6 +4785,7 @@ + Update @@ -4996,6 +5018,7 @@ + This also deprecates @@ -5284,6 +5307,7 @@ + As balena-lint @@ -5392,6 +5416,7 @@ + As engine and npm is @@ -5515,6 +5540,7 @@ + Ensure that the @@ -5698,6 +5724,7 @@ + As balena-lint @@ -5806,6 +5833,7 @@ + As engine and npm is @@ -5929,6 +5957,7 @@ + Ensure that the @@ -8125,6 +8154,7 @@ + As balena-lint @@ -8233,6 +8263,7 @@ + As engine and npm is @@ -8356,6 +8387,7 @@ + Ensure that the @@ -8542,6 +8574,7 @@ + This also deprecates @@ -8656,6 +8689,7 @@ + It can in fact be a @@ -8771,6 +8805,7 @@ + We know what type @@ -8891,6 +8926,7 @@ + Update @@ -9122,6 +9158,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 5751787a7..3768d29d0 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/). +## 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] diff --git a/package-lock.json b/package-lock.json index 822deb3bb..08ad8b8c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "32.1.3", + "version": "32.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "32.1.3", + "version": "32.1.4", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 30064156d..f3e2401e1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }