diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5ae3d92..85c033c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update @balena/lint to 9.x + hash: 300e3da7da4eab0718021ca2dcfe6df7bbadc352 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 5.0.73 + title: "" + date: 2024-09-12T14:01:24.654Z - commits: - subject: Lock file maintenance hash: f554d2c8548008ed39f00e7e79758d9c0b6ef535 diff --git a/CHANGELOG.md b/CHANGELOG.md index d43ad2e..0de4a04 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.73 +## (2024-09-12) + +* Update @balena/lint to 9.x [Pagan Gazzard] + # v5.0.72 ## (2024-09-09) diff --git a/VERSION b/VERSION index 1fee53f..a022817 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.72 \ No newline at end of file +5.0.73 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 3dc57a3..4c70c27 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.72 +version: 5.0.73 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 2188737..5b09f75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.72", + "version": "5.0.73", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.72", + "version": "5.0.73", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index 49f2ebb..182da41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.72", + "version": "5.0.73", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-09-09T01:20:48.422Z" + "publishedAt": "2024-09-12T14:01:24.895Z" } }