From a8ce14b0e867e93aee2476f9219d9248a0a1c1c7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:30:43 +0000 Subject: [PATCH] v18.2.30 --- .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 98fa62ed..512a1421 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Omit unicode control character escapes from test logs + hash: 4e101e2fd9151a9e0a41f8284feba30b32e1a77a + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.2.30 + title: "" + date: 2024-07-15T11:30:37.408Z - commits: - subject: Update balena-preload from 15.0.5 to 15.0.6 hash: 3c64e13fb3f06f557b105f80650615f772809d65 diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f5b1b0..76577605 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.30 - 2024-07-15 + +* Omit unicode control character escapes from test logs [Thodoris Greasidis] + ## 18.2.29 - 2024-07-12 * Update balena-preload from 15.0.5 to 15.0.6 [Otavio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 38e0943a..a2efcfbd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.29", + "version": "18.2.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.29", + "version": "18.2.30", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 80a579ab..b641495f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.29", + "version": "18.2.30", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -286,6 +286,6 @@ } }, "versionist": { - "publishedAt": "2024-07-12T14:54:59.690Z" + "publishedAt": "2024-07-15T11:30:38.366Z" } }