Skip to content

Commit b51b355

Browse files
v7.2.1
1 parent 60d3f73 commit b51b355

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- commits:
2+
- subject: Remove repo config from flowzone.yml
3+
hash: 3e0053a097a04c1d0c47139bc53787f07bfeb014
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+
nested: []
15+
version: 7.2.1
16+
title: ""
17+
date: 2023-12-19T21:54:42.129Z
118
- commits:
219
- subject: Add support for Node 18
320
hash: 2a3bef60d9688dce26bd1c9546a28c98cf6d2566

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 7.2.1 - 2023-12-19
8+
9+
* Remove repo config from flowzone.yml [Kyle Harding]
10+
711
## 7.2.0 - 2023-01-20
812

913
* Add support for Node 18 [Akis Kesoglou]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-image-fs",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Image filesystem manipulation utilities",
55
"main": "build/index.js",
66
"homepage": "https://github.com/balena-io-modules/balena-image-fs",
@@ -61,6 +61,6 @@
6161
"node": ">=16"
6262
},
6363
"versionist": {
64-
"publishedAt": "2023-01-20T14:27:37.352Z"
64+
"publishedAt": "2023-12-19T21:54:42.218Z"
6565
}
6666
}

0 commit comments

Comments
 (0)