diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 23717601..8e6621f6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 9ea8ba1aedd46e62152fc72c971facad6d823386 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 1.27.185 + title: "" + date: 2024-11-25T01:24:07.293Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.19 hash: 6dae4988e7e7e426a9b8b7ca735ef62b25494648 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0751552..fc7953b0 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.185 +## (2024-11-25) + +* Lock file maintenance [balena-renovate[bot]] + # v1.27.184 ## (2024-11-21) diff --git a/VERSION b/VERSION index 49feb154..5936f282 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.184 \ No newline at end of file +1.27.185 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 88ffa95a..399decbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.184", + "version": "1.27.185", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.184", + "version": "1.27.185", "dependencies": { "balena-sdk": "^20.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index b882e8b2..d04874e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.184", + "version": "1.27.185", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-11-21T23:57:40.195Z" + "publishedAt": "2024-11-25T01:24:07.555Z" } }