From d9b193acc17eb2e03d8c6982f449b668440d9a34 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:11:21 +0000 Subject: [PATCH] v18.2.5 --- .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 f88efabb..8e4364ab 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it + hash: 5a3f0ea453bf88f04c883411460f188028eee5ac + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Update TypeScript to 5.5.2 + hash: 7959e23cd3e6b506750fbd841ad0893400b4e68e + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.2.5 + title: "" + date: 2024-06-21T12:11:16.888Z - commits: - subject: 'patch: fix outdated doc for "os configure"' hash: 163dcf596e8e318570f5f1c27485b2b834c21214 diff --git a/CHANGELOG.md b/CHANGELOG.md index 61aadaf8..0d8f6cfc 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/). +## 18.2.5 - 2024-06-21 + +* Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it [Thodoris Greasidis] +* Update TypeScript to 5.5.2 [Thodoris Greasidis] + ## 18.2.4 - 2024-05-17 * patch: fix outdated doc for "os configure" [Edwin Joassart] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 48f168f6..8fbcbd21 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.4", + "version": "18.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.4", + "version": "18.2.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 974857b7..d08cd74b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.4", + "version": "18.2.5", "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-05-17T12:04:07.588Z" + "publishedAt": "2024-06-21T12:11:17.780Z" } }