diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6d56c705..9de7b303 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: abd2318263f2853acd20d5385fa0e200c0ebb612 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.160 + title: "" + date: 2024-09-02T01:18:14.659Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.12 hash: 90813745c9707f5c2086507fb2bc74540751e4d0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b359ad63..e7ab8a54 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.160 +## (2024-09-02) + +* Lock file maintenance [Self-hosted Renovate Bot] + # v1.27.159 ## (2024-08-28) diff --git a/VERSION b/VERSION index 72ea25ef..5f03bb9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.159 \ No newline at end of file +1.27.160 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0a7913f2..151f35d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.159", + "version": "1.27.160", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.159", + "version": "1.27.160", "dependencies": { "balena-sdk": "^19.5.10", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 3d4f0ef9..ea56e4bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.159", + "version": "1.27.160", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2024-08-28T21:56:27.597Z" + "publishedAt": "2024-09-02T01:18:14.901Z" } }