From fe650ebb7a9a7fa0578ab54e3bbf13518efc2280 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:10:24 +0000 Subject: [PATCH] v2.0.9 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 15b4ef4..7618ffa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix architecture detection for arm64 + hash: 7c395a414c305157e06cacc4bea3c5c6047f73c0 + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 2.0.9 + title: "" + date: 2025-01-27T10:10:22.582Z - commits: - subject: Update detection of containerized environment hash: 1c32c2b5b27d788aa0f23ebf9fb42067d2395396 diff --git a/CHANGELOG.md b/CHANGELOG.md index 603c646..f52e609 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/). +## 2.0.9 - 2025-01-27 + +* Fix architecture detection for arm64 [Felipe Lalanne] + ## 2.0.8 - 2025-01-22 * Update detection of containerized environment [Felipe Lalanne] diff --git a/package.json b/package.json index e8618c2..521d4ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-pod", - "version": "2.0.8", + "version": "2.0.9", "description": "Mocha + Docker. Run integration tests in a docker container", "homepage": "https://github.com/balena-io-modules/mocha-pod#readme", "main": "build/index.js", @@ -84,6 +84,6 @@ "tar-fs": "^2.1.1" }, "versionist": { - "publishedAt": "2025-01-22T22:03:34.734Z" + "publishedAt": "2025-01-27T10:10:22.687Z" } }