diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 34e2aa19..b9390e56 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 8557959b38042dfa27f6ba8150cfe8dcb541c316 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 1.27.179 + title: "" + date: 2024-11-04T01:34:01.862Z - commits: - subject: Update dependency @types/node to v22 hash: 948a3aca94e491f6401e046d9da8ddd2f905a460 diff --git a/CHANGELOG.md b/CHANGELOG.md index 07145ce2..c884fa55 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.179 +## (2024-11-04) + +* Lock file maintenance [balena-renovate[bot]] + # v1.27.178 ## (2024-11-03) diff --git a/VERSION b/VERSION index 9c3c66c0..e30b9df7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.178 \ No newline at end of file +1.27.179 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index aa59626c..e87f481a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.178", + "version": "1.27.179", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.178", + "version": "1.27.179", "dependencies": { "balena-sdk": "^20.0.0", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 57b09fbc..99f89e85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.178", + "version": "1.27.179", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-11-03T13:03:12.705Z" + "publishedAt": "2024-11-04T01:34:02.114Z" } }