diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 06bc4e6c1..cca18b1ff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency commander to v11 + hash: b00a2e317c724f8d7f5cd8843ffd62b7b3b13af7 + body: | + Update commander from 10.0.1 to 11.1.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 15.3.22 + title: "" + date: 2023-11-24T12:13:05.092Z - commits: - subject: Update dependency grunt-webpack to v6 hash: 8e6a57ca6c715f8a9c329948788d58cc8ceeedd6 diff --git a/CHANGELOG.md b/CHANGELOG.md index c62ecbd52..d58e6db19 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/). +# v15.3.22 +## (2023-11-24) + +* Update dependency commander to v11 [Self-hosted Renovate Bot] + # v15.3.21 ## (2023-11-24) diff --git a/VERSION b/VERSION index 6dafd5e82..b13bc7b90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.21 \ No newline at end of file +15.3.22 \ No newline at end of file diff --git a/package.json b/package.json index 5ae231838..88f485a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.21", + "version": "15.3.22", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -143,6 +143,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-11-24T12:00:33.552Z" + "publishedAt": "2023-11-24T12:13:05.745Z" } }