From edff14fa725a18e3f279a73cd85766df18945f34 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:23:25 +0000 Subject: [PATCH] v18.2.6 --- .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 8e4364ab..b60e9c93 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update @oclif/core from 3.26.9 to 3.27.0 + hash: 75d2d7d37543d179bc05b85de89ec7e2f33e5272 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 18.2.6 + title: "" + date: 2024-06-21T15:23:21.818Z - commits: - subject: Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it hash: 5a3f0ea453bf88f04c883411460f188028eee5ac diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8f6cfc..ae6f9bb6 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/). +## 18.2.6 - 2024-06-21 + +* Update @oclif/core from 3.26.9 to 3.27.0 [Otavio Jacobi] + ## 18.2.5 - 2024-06-21 * Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6087c716..823a1932 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.5", + "version": "18.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.5", + "version": "18.2.6", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 67625b77..d8c0e797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.5", + "version": "18.2.6", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-06-21T12:11:17.780Z" + "publishedAt": "2024-06-21T15:23:22.790Z" } }