diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c9ba549..576192a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 5ba948776e96377bcbd9e04efa161e6c05b8d52b + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 5.0.92 + title: "" + date: 2024-12-02T01:31:42.864Z - commits: - subject: Lock file maintenance hash: 02a5d4c397e69a59c83fb3d10fa92814775e4e43 diff --git a/CHANGELOG.md b/CHANGELOG.md index 903946d..683a493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v5.0.92 +## (2024-12-02) + +* Lock file maintenance [balena-renovate[bot]] + # v5.0.91 ## (2024-11-25) diff --git a/VERSION b/VERSION index 31a323f..bc15193 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.91 \ No newline at end of file +5.0.92 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 0105859..a111bbf 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.91 +version: 5.0.92 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index bad7975..6ee3fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.91", + "version": "5.0.92", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.91", + "version": "5.0.92", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index f003dc0..e56a54e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.91", + "version": "5.0.92", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-11-25T01:32:14.479Z" + "publishedAt": "2024-12-02T01:31:43.153Z" } }