diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 31077ebe..a6b7a1a4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency @balena/lint to v7 + hash: d3698b1c860248eb176e113a4d2bd6498d7ab940 + body: | + Update @balena/lint from 6.2.2 to 7.2.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.12 + title: "" + date: 2023-10-02T16:29:57.734Z - commits: - subject: Update repo.yml hash: 2dc0b6ceb8e947e706aaf8145799c2d76a071894 diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3c08cd..72cc1afd 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.12 +## (2023-10-02) + +* Update dependency @balena/lint to v7 [Self-hosted Renovate Bot] + # v1.27.11 ## (2023-09-21) diff --git a/VERSION b/VERSION index e707acba..11eace52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.11 \ No newline at end of file +1.27.12 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ce8bc4a6..1292d685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.11", + "version": "1.27.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.11", + "version": "1.27.12", "dependencies": { "balena-sdk": "12.33.0", "bluebird": "3.7.2", diff --git a/package.json b/package.json index 2d383591..bc05ec4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.11", + "version": "1.27.12", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2023-09-21T16:16:57.010Z" + "publishedAt": "2023-10-02T16:29:58.093Z" } }