diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 25e94acd..d5b66400 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.6 + hash: 9bd9838154be2b0c4dc5b71bc414cd90c82c201b + body: | + Update balena/open-balena-base from 18.0.5 to 18.0.6 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update dependency npm to v10.8.2 + hash: 360585a7115cbe3a85f55f7e722c24a08a7b416b + body: | + Update npm from 10.8.1 to 10.8.2 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.6 + title: "" + date: 2024-07-10T17:52:49.901Z + version: 1.27.146 + title: "" + date: 2024-07-10T18:57:53.333Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.5 hash: ccb06f738b17e7d4a98fbed43b67c89fb1075d81 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d78ec75..6351d34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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/). +# v1.27.146 +## (2024-07-10) + + +
+ Update balena/open-balena-base Docker tag to v18.0.6 [Self-hosted Renovate Bot] + +> ## open-balena-base-18.0.6 +> ### (2024-07-10) +> +> * Update dependency npm to v10.8.2 [Self-hosted Renovate Bot] +> + +
+ # v1.27.145 ## (2024-07-08) diff --git a/VERSION b/VERSION index 48ae6145..a86e5d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.145 \ No newline at end of file +1.27.146 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index efbd63dc..b41b7d5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.145", + "version": "1.27.146", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.145", + "version": "1.27.146", "dependencies": { "balena-sdk": "^19.5.10", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index d8e7a614..e5aee32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.145", + "version": "1.27.146", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-07-08T19:55:08.020Z" + "publishedAt": "2024-07-10T18:57:54.137Z" } }