From 07854c3d423cbcc8d739138f1fec77d5d3a1aa90 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:01:11 +0000 Subject: [PATCH] v17.4.11 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a7726a1..69e1e13c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Exclude the oclif package patch from the published files + hash: 4e5eb4bcee8e33a1aac337401c0180817e152b69 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Update the @oclif/core patch + hash: 696bad3ed6f27832bf10f096c088367a57902920 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 17.4.11 + title: "" + date: 2024-01-05T23:01:07.859Z - commits: - subject: Normalize v prefixes in the --version parameter of all commands hash: b7b01ecd5314bddae73b7b062f9d034b3661bcef diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd370b4..b232acc6 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/). +## 17.4.11 - 2024-01-05 + +* Exclude the oclif package patch from the published files [Thodoris Greasidis] +* Update the @oclif/core patch [Thodoris Greasidis] + ## 17.4.10 - 2024-01-02 * Normalize v prefixes in the --version parameter of all commands [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ecff494e..14b8e555 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.4.10", + "version": "17.4.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.4.10", + "version": "17.4.11", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ed11b6cc..0a45efb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.4.10", + "version": "17.4.11", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-01-02T12:41:39.852Z" + "publishedAt": "2024-01-05T23:01:08.727Z" } }