diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bcc8d782..6232e943 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v15.0.3 + hash: 8af349af28419549ef7703af930249adfde77aed + body: | + Update balena/open-balena-base from 15.0.0 to 15.0.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.4 + title: "" + date: 2023-08-17T22:16:24.493Z - commits: - subject: Update open-balena-base to 15.0.0 hash: 36e5c0a2ecf5f66fe8a7338569c40cb65bf95763 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7919ceb9..8703c1fd 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.4 +## (2023-08-17) + +* Update balena/open-balena-base Docker tag to v15.0.3 [Self-hosted Renovate Bot] + # v1.27.3 ## (2023-07-10) diff --git a/VERSION b/VERSION index 551d4f5c..d8bc5963 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.3 \ No newline at end of file +1.27.4 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9a1abbb5..db5a02d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.3", + "version": "1.27.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.3", + "version": "1.27.4", "dependencies": { "balena-sdk": "12.33.0", "bluebird": "3.7.2", diff --git a/package.json b/package.json index 74a7235d..6d864931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.3", + "version": "1.27.4", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2023-07-10T16:05:49.363Z" + "publishedAt": "2023-08-17T22:16:24.865Z" } }