Skip to content

Commit 7028be1

Browse files
v4.2.3
1 parent 8f1e56a commit 7028be1

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Remove repo config from flowzone.yml
3+
hash: 51e3de3486f529f0de413da56aca83b8db25c032
4+
body: |
5+
This functionality is being deprecated in Flowzone.
6+
7+
See: https://github.com/product-os/flowzone/pull/833
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
Signed-off-by: Kyle Harding <[email protected]>
12+
signed-off-by: Kyle Harding <[email protected]>
13+
author: Kyle Harding
14+
version: 4.2.3
15+
title: ""
16+
date: 2023-12-19T21:59:31.116Z
117
- commits:
218
- subject: Update dependency prettier to v3
319
hash: beed62e3ef5a43d15f98d5468c9aed9256fe3ff5

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v4.2.3
8+
## (2023-12-19)
9+
10+
* Remove repo config from flowzone.yml [Kyle Harding]
11+
712
# v4.2.2
813
## (2023-08-29)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ext2fs",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "WASM bindings to libext2fs for cross-platform ext filesystem handling",
55
"author": "Balena Ltd. <[email protected]>",
66
"license": "Apache-2.0",
@@ -45,6 +45,6 @@
4545
"node": ">=16"
4646
},
4747
"versionist": {
48-
"publishedAt": "2023-08-29T12:53:22.367Z"
48+
"publishedAt": "2023-12-19T21:59:31.236Z"
4949
}
5050
}

0 commit comments

Comments
 (0)