diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 58badb52..e785a48f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 71baa58bf8661c45ce44ab1f76a2ef7f61109558 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.137 + title: "" + date: 2024-06-10T01:15:07.556Z - commits: - subject: Lock file maintenance hash: 0a1bcdca61bcfa26adee8b142fe1e054c4f03888 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9737f946..ffccd64e 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.137 +## (2024-06-10) + +* Lock file maintenance [Self-hosted Renovate Bot] + # v1.27.136 ## (2024-06-03) diff --git a/VERSION b/VERSION index f4683acf..376a23ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.136 \ No newline at end of file +1.27.137 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 39833c67..a1964011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.136", + "version": "1.27.137", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.136", + "version": "1.27.137", "dependencies": { "balena-sdk": "^19.5.10", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 4aa4ff0b..bd45a897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.136", + "version": "1.27.137", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-06-03T01:16:54.164Z" + "publishedAt": "2024-06-10T01:15:07.809Z" } }