diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8ac784aee..6fdf621d8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 25ec5c46fc900acb95518f72bd09a9bf866ff35a + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 34.3.5 + title: "" + date: 2024-12-24T06:05:31.339Z - commits: - subject: "Logs: limit history count to the retention limit" hash: d8f05daee5681be8194bc3f4f2c446b27733ea49 @@ -2891,6 +2904,7 @@ + The internal and @@ -3029,6 +3043,7 @@ + Update @@ -4121,6 +4136,7 @@ + Update @@ -4275,6 +4291,7 @@ + As balena-lint @@ -4404,6 +4421,7 @@ + As engine and npm is @@ -4548,6 +4566,7 @@ + Ensure that the @@ -4855,6 +4874,7 @@ + This also deprecates @@ -4990,6 +5010,7 @@ + It can in fact be a @@ -5126,6 +5147,7 @@ + We know what type @@ -5267,6 +5289,7 @@ + Update @@ -5519,6 +5542,7 @@ + This also deprecates @@ -5827,6 +5851,7 @@ + As balena-lint @@ -5955,6 +5980,7 @@ + As engine and npm is @@ -6098,6 +6124,7 @@ + Ensure that the @@ -6301,6 +6328,7 @@ + As balena-lint @@ -6429,6 +6457,7 @@ + As engine and npm is @@ -6572,6 +6601,7 @@ + Ensure that the @@ -8788,6 +8818,7 @@ + As balena-lint @@ -8916,6 +8947,7 @@ + As engine and npm is @@ -9059,6 +9091,7 @@ + Ensure that the @@ -9265,6 +9298,7 @@ + This also deprecates @@ -9399,6 +9433,7 @@ + It can in fact be a @@ -9534,6 +9569,7 @@ + We know what type @@ -9674,6 +9710,7 @@ + Update @@ -9925,6 +9962,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 772a73a57..9e059504d 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/). +## 34.3.5 - 2024-12-24 + +* Lock file maintenance [balena-renovate[bot]] + ## 34.3.4 - 2024-12-24 * Logs: limit history count to the retention limit [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 84dd410ff..44df1adaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.3.4", + "version": "34.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.3.4", + "version": "34.3.5", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 41d42bb93..1a14113b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "34.3.4", + "version": "34.3.5", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-24T04:54:25.343Z" + "publishedAt": "2024-12-24T06:05:32.405Z" } }