From e6cc8c836fc31af71283073cf03df2be6c28f9de Mon Sep 17 00:00:00 2001 From: Balena CI Date: Fri, 20 Jan 2023 14:15:51 +0000 Subject: [PATCH] v4.2.1 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5ccaa16..7c05a4b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Fix packaging + hash: b3a66b86840dbf0a81a0430b827941cc2cd72639 + body: "" + footer: + Change-type: patch + change-type: patch + author: Akis Kesoglou + version: 4.2.1 + title: "" + date: 2023-01-20T14:15:50.224Z - commits: - subject: Pin emscripten toolchain version hash: 61d15d710366835e24565ff9957523043db49d7e diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd32df..73f71e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v4.2.1 +## (2023-01-20) + +* Fix packaging [Akis Kesoglou] + # v4.2.0 ## (2023-01-20) diff --git a/package.json b/package.json index 51d0c5d..01e6356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ext2fs", - "version": "4.2.0", + "version": "4.2.1", "description": "WASM bindings to libext2fs for cross-platform ext filesystem handling", "author": "Balena Ltd. ", "license": "Apache-2.0", @@ -45,6 +45,6 @@ "node": ">=16" }, "versionist": { - "publishedAt": "2023-01-20T13:49:00.425Z" + "publishedAt": "2023-01-20T14:15:50.457Z" } }