Skip to content

Commit 782dbe0

Browse files
v12.0.0
1 parent 33e942b commit 782dbe0

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- commits:
2+
- subject: Update dependency node-addon-api to v8
3+
hash: d02c8e3006f9c4ec4763cac8cff553b3634080f7
4+
body: |
5+
Update node-addon-api from 5.0.0 to 8.0.0
6+
footer:
7+
Change-type: major
8+
change-type: major
9+
author: Self-hosted Renovate Bot
10+
- subject: Drop support for node < 18
11+
hash: 2950f293b48de7f8783f18765cfe2ad9e10461a8
12+
body: ""
13+
footer:
14+
Change-type: major
15+
change-type: major
16+
author: Thodoris Greasidis
17+
version: 12.0.0
18+
title: ""
19+
date: 2024-04-08T14:03:46.837Z
120
- commits:
221
- subject: Bump node-gyp
322
hash: 147394c5b59fdc4a720eb65604debd6619e50216

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
# v12.0.0
8+
## (2024-04-08)
9+
10+
* Update dependency node-addon-api to v8 [Self-hosted Renovate Bot]
11+
* Drop support for node < 18 [Thodoris Greasidis]
12+
713
# v11.2.2
814
## (2024-03-08)
915

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": "drivelist",
3-
"version": "11.2.2",
3+
"version": "12.0.0",
44
"description": "List all connected drives in your computer, in all major operating systems",
55
"main": "js/index.js",
66
"homepage": "https://github.com/balena-io-modules/drivelist",
@@ -66,6 +66,6 @@
6666
]
6767
},
6868
"versionist": {
69-
"publishedAt": "2024-03-08T11:29:37.735Z"
69+
"publishedAt": "2024-04-08T14:03:47.034Z"
7070
}
7171
}

0 commit comments

Comments
 (0)