This commit is contained in:
flowzone-app[bot] 2024-07-15 11:30:43 +00:00 committed by GitHub
parent 838a36758a
commit a8ce14b0e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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]

4
npm-shrinkwrap.json generated
View File

@ -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": {

View File

@ -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"
}
}