diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d78f55f12..97ba5d885 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency husky to v9 + hash: 715d2dd993591d449bca7ece48f069ed6994c8c7 + body: | + Update husky from 8.0.3 to 9.0.11 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 16.1.2 + title: "" + date: 2024-04-14T04:09:27.077Z - commits: - subject: Update dependency @balena/lint to v8 hash: 02ba2563aa4ac82ad90accc30534f744c00a0c16 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f24cb33c..e438bb811 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/). +# v16.1.2 +## (2024-04-14) + +* Update dependency husky to v9 [Self-hosted Renovate Bot] + # v16.1.1 ## (2024-04-11) diff --git a/VERSION b/VERSION index c9942a08a..e45d9a25c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.1.1 \ No newline at end of file +16.1.2 \ No newline at end of file diff --git a/package.json b/package.json index 607f7be7e..1910d7d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "16.1.1", + "version": "16.1.2", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -144,6 +144,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-04-11T22:45:28.082Z" + "publishedAt": "2024-04-14T04:09:27.749Z" } }