This commit is contained in:
flowzone-app[bot] 2024-12-30 17:16:14 +00:00 committed by GitHub
parent 56ab785a82
commit 327d28c103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

@ -1,3 +1,15 @@
- commits:
- subject: Add more realistic os configure tests
hash: 305d65d5ed07cce767599ac4e5dd131e2a87d10d
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 20.1.6
title: ""
date: 2024-12-30T17:16:09.432Z
- commits:
- subject: Update shrinkwrapped express to v4.21.2
hash: 7a22c987d24aca0754bde5618c232424ede72656

@ -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/).
## 20.1.6 - 2024-12-30
* Add more realistic os configure tests [Thodoris Greasidis]
## 20.1.5 - 2024-12-20
* Update shrinkwrapped express to v4.21.2 [Oskar Williams]

4
npm-shrinkwrap.json generated

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "20.1.5",
"version": "20.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "20.1.5",
"version": "20.1.6",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.1.5",
"version": "20.1.6",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -274,6 +274,6 @@
}
},
"versionist": {
"publishedAt": "2024-12-20T17:55:21.592Z"
"publishedAt": "2024-12-30T17:16:10.325Z"
}
}