diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index abf851a8..49c41591 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency lint-staged to v13.3.0 + hash: d4480e558274314f4dda8a1f8d1b2ecf43b6c34d + body: | + Update lint-staged from 13.2.2 to 13.3.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 1.27.6 + title: "" + date: 2023-08-18T00:14:11.535Z - commits: - subject: Update dependency @types/lodash to v4.14.197 hash: fa73b118838dc9577ecffcd2cc6dbb21dcc664d1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 029929dc..437c521f 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.6 +## (2023-08-18) + +* Update dependency lint-staged to v13.3.0 [Self-hosted Renovate Bot] + # v1.27.5 ## (2023-08-17) diff --git a/VERSION b/VERSION index 694a1ca0..51959bdf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.5 \ No newline at end of file +1.27.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8d9b62c3..98becf24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-mdns-publisher", - "version": "1.27.5", + "version": "1.27.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-mdns-publisher", - "version": "1.27.5", + "version": "1.27.6", "dependencies": { "balena-sdk": "12.33.0", "bluebird": "3.7.2", diff --git a/package.json b/package.json index 13260bb7..e91b87c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-mdns-publisher", - "version": "1.27.5", + "version": "1.27.6", "scripts": { "build": "tsc", "prettify": "balena-lint --fix src/ typings/", @@ -56,6 +56,6 @@ ] }, "versionist": { - "publishedAt": "2023-08-17T23:11:41.327Z" + "publishedAt": "2023-08-18T00:14:11.873Z" } }