From a20e959874a6b88d34117eb2aebdf8d9acee235a Mon Sep 17 00:00:00 2001 From: balenaCI Date: Mon, 23 Jan 2023 19:13:05 +0000 Subject: [PATCH] v14.55.0 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 681a0ff7b..a4697d58b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Update dependency commander to 10.0.0 + hash: 80989852ab6759e074f842a61fd1d72c951108e8 + body: | + Update commander to 10.0.0 + + Update commander from 9.5.0 to 10.0.0 + footer: + Change-type: minor + change-type: minor + author: Renovate Bot + nested: [] + version: 14.55.0 + title: "" + date: 2023-01-23T19:13:03.471Z - commits: - subject: Update dependencies hash: e174ca518bce3890988a964b8f267784710c5197 diff --git a/CHANGELOG.md b/CHANGELOG.md index 003272781..5dbc6ea95 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/). +# v14.55.0 +## (2023-01-23) + +* Update dependency commander to 10.0.0 [Renovate Bot] + # v14.54.8 ## (2023-01-23) diff --git a/VERSION b/VERSION index 0a98ab33b..c758bf2fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.54.8 \ No newline at end of file +14.55.0 \ No newline at end of file diff --git a/package.json b/package.json index aea658fc0..19dbce19e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.54.8", + "version": "14.55.0", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -131,6 +131,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-01-23T18:49:58.131Z" + "publishedAt": "2023-01-23T19:13:04.340Z" } }