Skip to content

Commit

Permalink
v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 19, 2023
1 parent 8f1e56a commit 7028be1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: Remove repo config from flowzone.yml
hash: 51e3de3486f529f0de413da56aca83b8db25c032
body: |
This functionality is being deprecated in Flowzone.
See: https://github.com/product-os/flowzone/pull/833
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 4.2.3
title: ""
date: 2023-12-19T21:59:31.116Z
- commits:
- subject: Update dependency prettier to v3
hash: beed62e3ef5a43d15f98d5468c9aed9256fe3ff5
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
## (2023-12-19)

* Remove repo config from flowzone.yml [Kyle Harding]

# v4.2.2
## (2023-08-29)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ext2fs",
"version": "4.2.2",
"version": "4.2.3",
"description": "WASM bindings to libext2fs for cross-platform ext filesystem handling",
"author": "Balena Ltd. <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,6 +45,6 @@
"node": ">=16"
},
"versionist": {
"publishedAt": "2023-08-29T12:53:22.367Z"
"publishedAt": "2023-12-19T21:59:31.236Z"
}
}

0 comments on commit 7028be1

Please sign in to comment.