From 9f52ee8b218b8374f44f98af34c521786de3c37d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:39:24 +0000 Subject: [PATCH] v17.4.3 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 05d827dc..cb2283e2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Bump oclif-core to v3 + hash: 72a924f00eabd13d3663e9cfa4d8feb11aa1aecd + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 17.4.3 + title: "" + date: 2023-11-17T15:39:17.941Z - commits: - subject: "Docs: Automatically generate Capitano configuration" hash: 4b5def0a8a632a9aed827319c1dcbe6ccf8efc32 diff --git a/CHANGELOG.md b/CHANGELOG.md index b00813fc..cb1c1332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 17.4.3 - 2023-11-17 + +* Bump oclif-core to v3 [Otávio Jacobi] + ## 17.4.2 - 2023-11-15 * Docs: Automatically generate Capitano configuration [Vipul Gupta (@vipulgupta2048)] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c47f7935..881d56ad 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.4.2", + "version": "17.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.4.2", + "version": "17.4.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 312743b1..e8702c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.4.2", + "version": "17.4.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -282,6 +282,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2023-11-15T11:02:21.403Z" + "publishedAt": "2023-11-17T15:39:18.868Z" } }