diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e4fa9b6..26bd04aa 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.15 + hash: 8c533673bdb7b3dbdb6581ffbd00a7934761ea81 + body: | + Update balena/open-balena-base from 18.0.14 to 18.0.15 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update dependency npm to v10.9.0 + hash: a1b55bbd61d1a451f117622bf25af94b8b4cb61c + body: | + Update npm from 10.8.3 to 10.9.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.15 + title: "" + date: 2024-10-03T18:55:55.138Z + version: 1.27.170 + title: "" + date: 2024-10-03T19:55:22.249Z - commits: - subject: Lock file maintenance hash: 24608a982a4a96bd466300c4601d93dbd6fe2b69 diff --git a/CHANGELOG.md b/CHANGELOG.md index 427fb3ea..572f5a30 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.170 +## (2024-10-03) + + +
+ Update balena/open-balena-base Docker tag to v18.0.15 [Self-hosted Renovate Bot] + +> ## open-balena-base-18.0.15 +> ### (2024-10-03) +> +> * Update dependency npm to v10.9.0 [Self-hosted Renovate Bot] +> + +
+ # v1.27.169 ## (2024-09-30) diff --git a/VERSION b/VERSION index bfbfc801..51b80ffb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.169 \ No newline at end of file +1.27.170 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 78a6fc4c..ca7d56d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.169", + "version": "1.27.170", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.169", + "version": "1.27.170", "dependencies": { "balena-sdk": "^20.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 0289e060..47f0f8c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.169", + "version": "1.27.170", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-09-30T01:15:28.166Z" + "publishedAt": "2024-10-03T19:55:23.058Z" } }