diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e1ba98b3..72aa3ab51 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a873406b5..d7d0e66a5 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/). +## 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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index caac858df..02b3d5f11 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index 0ec81897d..78c441e67 100644 --- a/package.json +++ b/package.json @@ -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" } }