Skip to content

Commit 78a57b3

Browse files
committed
v7.2.0
1 parent fc51719 commit 78a57b3

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add support for Node 18
3+
hash: 2a3bef60d9688dce26bd1c9546a28c98cf6d2566
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Akis Kesoglou
9+
nested: []
10+
version: 7.2.0
11+
title: ""
12+
date: 2023-01-20T14:27:37.169Z
113
- commits:
214
- subject: Update dependencies
315
hash: 9acc4bd2e793076095880f1924f8540b4d95fa9c

CHANGELOG.md

+4
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.0 - 2023-01-20
8+
9+
* Add support for Node 18 [Akis Kesoglou]
10+
711
## 7.1.2 - 2023-01-05
812

913
* Update dependencies [ab77]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-image-fs",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
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-05T22:29:15.183Z"
64+
"publishedAt": "2023-01-20T14:27:37.352Z"
6565
}
6666
}

0 commit comments

Comments
 (0)