diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a352bfa8..09fda2b4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v17.0.14 + hash: e16c7c8e65be418b7f947d15da9d517c08304e43 + body: | + Update balena/open-balena-base from 17.0.13 to 17.0.14 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update dependency npm to v10.5.2 + hash: fb255f3673eb71ba85299e28c927c6667b61292f + body: | + Update npm from 10.5.1 to 10.5.2 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-17.0.14 + title: "" + date: 2024-04-10T20:56:39.128Z + version: 1.27.110 + title: "" + date: 2024-04-10T21:55:09.733Z - commits: - subject: Update balena/open-balena-base Docker tag to v17.0.13 hash: f6ed696a1ab1aceeb5d6ca0c681362fe9a903ed6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b22ea9..a41f7708 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.110 +## (2024-04-10) + + +
+ Update balena/open-balena-base Docker tag to v17.0.14 [Self-hosted Renovate Bot] + +> ## open-balena-base-17.0.14 +> ### (2024-04-10) +> +> * Update dependency npm to v10.5.2 [Self-hosted Renovate Bot] +> + +
+ # v1.27.109 ## (2024-04-10) diff --git a/VERSION b/VERSION index 6ec34979..578ef120 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.109 \ No newline at end of file +1.27.110 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 248a587d..e916d6c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.109", + "version": "1.27.110", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.109", + "version": "1.27.110", "dependencies": { "balena-sdk": "19.5.10", "bluebird": "3.7.2", diff --git a/package.json b/package.json index e60dc483..3d2cdc8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.109", + "version": "1.27.110", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-04-10T19:54:08.118Z" + "publishedAt": "2024-04-10T21:55:10.522Z" } }