diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cbfebc81..f4e6fc13 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update open-balena-base package.json to specify nodejs 20 + hash: 069714b1190928be36ab098935d5edc0f0334b79 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 1.27.10 + title: "" + date: 2023-09-11T11:49:58.711Z - commits: - subject: Update open-balena-base to 16.0.0 hash: 51d7862af46cbdd5c390b89f5c95e90ce90d2825 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4702babf..8d977d42 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.10 +## (2023-09-11) + +* Update open-balena-base package.json to specify nodejs 20 [Pagan Gazzard] + # v1.27.9 ## (2023-09-11) diff --git a/VERSION b/VERSION index 659c2884..7b88bc3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.9 \ No newline at end of file +1.27.10 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b0ec46ee..d233e1d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.9", + "version": "1.27.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.9", + "version": "1.27.10", "dependencies": { "balena-sdk": "12.33.0", "bluebird": "3.7.2", diff --git a/package.json b/package.json index 13fd32bf..10315629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.9", + "version": "1.27.10", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2023-09-11T11:01:24.395Z" + "publishedAt": "2023-09-11T11:49:59.066Z" } }