diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 17f70dee0..af78077ff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 7b4e03bb188f0145522d3ba255aa04492afed5f1 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 31.2.13 + title: "" + date: 2024-11-25T01:38:21.775Z - commits: - subject: Update TypeScript to 5.7.2 hash: a24c11a4179c77139d401d20c47e73f3b63c30b9 @@ -1905,6 +1918,7 @@ + The internal and @@ -1993,6 +2007,7 @@ + Update @@ -3035,6 +3050,7 @@ + Update @@ -3139,6 +3155,7 @@ + As balena-lint @@ -3218,6 +3235,7 @@ + As engine and npm is @@ -3312,6 +3330,7 @@ + Ensure that the @@ -3569,6 +3588,7 @@ + This also deprecates @@ -3654,6 +3674,7 @@ + It can in fact be a @@ -3740,6 +3761,7 @@ + We know what type @@ -3831,6 +3853,7 @@ + Update @@ -4033,6 +4056,7 @@ + This also deprecates @@ -4291,6 +4315,7 @@ + As balena-lint @@ -4369,6 +4394,7 @@ + As engine and npm is @@ -4462,6 +4488,7 @@ + Ensure that the @@ -4615,6 +4642,7 @@ + As balena-lint @@ -4693,6 +4721,7 @@ + As engine and npm is @@ -4786,6 +4815,7 @@ + Ensure that the @@ -6952,6 +6982,7 @@ + As balena-lint @@ -7030,6 +7061,7 @@ + As engine and npm is @@ -7123,6 +7155,7 @@ + Ensure that the @@ -7279,6 +7312,7 @@ + This also deprecates @@ -7363,6 +7397,7 @@ + It can in fact be a @@ -7448,6 +7483,7 @@ + We know what type @@ -7538,6 +7574,7 @@ + Update @@ -7739,6 +7776,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a4f68cd..6c134e8ba 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/). +## 31.2.13 - 2024-11-25 + +* Lock file maintenance [balena-renovate[bot]] + ## 31.2.12 - 2024-11-23 * Update TypeScript to 5.7.2 [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 0cdf1a81e..15d2397d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.2.12", + "version": "31.2.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.2.12", + "version": "31.2.13", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 67493c683..3d7f80894 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.2.12", + "version": "31.2.13", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-23T01:23:07.975Z" + "publishedAt": "2024-11-25T01:38:22.815Z" } }