diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 396bfd08..58badb52 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 0a1bcdca61bcfa26adee8b142fe1e054c4f03888 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.136 + title: "" + date: 2024-06-03T01:16:53.889Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.1 hash: 20242f6261ab5fb3a07a28cf3d4d106e107a9d89 diff --git a/CHANGELOG.md b/CHANGELOG.md index dc99e6ac..9737f946 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.136 +## (2024-06-03) + +* Lock file maintenance [Self-hosted Renovate Bot] + # v1.27.135 ## (2024-05-29) diff --git a/VERSION b/VERSION index 40a388c3..f4683acf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.135 \ No newline at end of file +1.27.136 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cdf4fbbd..f333d08d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.135", + "version": "1.27.136", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.135", + "version": "1.27.136", "dependencies": { "balena-sdk": "^19.5.10", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 1cffbda0..4aa4ff0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.135", + "version": "1.27.136", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-05-29T22:56:24.660Z" + "publishedAt": "2024-06-03T01:16:54.164Z" } }