diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fd638bee..07d737aa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 21a20b7bc1a644cccc8617f301670c1a88c5cdfc + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 1.27.181 + title: "" + date: 2024-11-11T01:24:31.841Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.17 hash: 51478dc765044838c765fbf25baada2f46b0a60f diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c94d39..d95076ee 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.181 +## (2024-11-11) + +* Lock file maintenance [balena-renovate[bot]] + # v1.27.180 ## (2024-11-04) diff --git a/VERSION b/VERSION index 5fa4197b..41f73853 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.180 \ No newline at end of file +1.27.181 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 655b3321..d60c9537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.180", + "version": "1.27.181", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.180", + "version": "1.27.181", "dependencies": { "balena-sdk": "^20.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 687fa2d3..a57ec0dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.180", + "version": "1.27.181", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-11-04T17:00:29.731Z" + "publishedAt": "2024-11-11T01:24:32.153Z" } }