diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d5b66400..628fa1c6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 9300ab3433f46a8b997244969f6bf5d6a91c04af + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.147 + title: "" + date: 2024-07-15T01:16:29.966Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.6 hash: 9bd9838154be2b0c4dc5b71bc414cd90c82c201b diff --git a/CHANGELOG.md b/CHANGELOG.md index 6351d34d..7ee18402 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/). +# v1.27.147 +## (2024-07-15) + +* Lock file maintenance [Self-hosted Renovate Bot] + # v1.27.146 ## (2024-07-10) diff --git a/VERSION b/VERSION index a86e5d46..7e676f95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.146 \ No newline at end of file +1.27.147 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 008ed94f..f6ed0851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.146", + "version": "1.27.147", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.146", + "version": "1.27.147", "dependencies": { "balena-sdk": "^19.5.10", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index e5aee32b..54739a26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.146", + "version": "1.27.147", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-07-10T18:57:54.137Z" + "publishedAt": "2024-07-15T01:16:30.222Z" } }