Skip to content

Commit 28a5e1a

Browse files
committed
v3.0.2
1 parent 31280d0 commit 28a5e1a

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: "chore(deps): update dependency rimraf to 4.1.1"
3+
hash: dc97d334ac6579ba5fdf04c34e1986fe2dd3a8d8
4+
body: |
5+
Update rimraf to 4.1.1
6+
7+
Update rimraf from 3.0.2 to 4.1.1
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
author: Renovate Bot
12+
version: 3.0.2
13+
title: ""
14+
date: 2023-01-20T18:49:49.655Z
115
- commits:
216
- subject: "chore(deps): update dependency @types/node to 18.11.18"
317
hash: cf532309dab444b28bdfe4f0593d7b34f7713fb7

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+
# v3.0.2
8+
## (2023-01-20)
9+
10+
* chore(deps): update dependency rimraf to 4.1.1 [Renovate Bot]
11+
712
# v3.0.1
813
## (2023-01-20)
914

package-lock.json

Lines changed: 1 addition & 1 deletion
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/node-beaglebone-usbboot",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Transforms BeagleBone to mass storage device",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -55,7 +55,7 @@
5555
},
5656
"homepage": "https://github.com/balena-io-modules/node-beaglebone-usbboot#readme",
5757
"versionist": {
58-
"publishedAt": "2023-01-20T16:52:46.793Z"
58+
"publishedAt": "2023-01-20T18:49:49.746Z"
5959
},
6060
"engines": {
6161
"node": ">=16"

0 commit comments

Comments
 (0)