Skip to content

Commit 04a6aca

Browse files
v1.0.8
1 parent 20b0201 commit 04a6aca

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
- commits:
2+
- subject: "patch: bump all dependencies to latest"
3+
hash: 1dd44c0ccdbff79a925267aeb3f33ca397f4e3f3
4+
body: ""
5+
footer: {}
6+
author: Edwin Joassart
7+
version: 1.0.8
8+
title: ""
9+
date: 2024-04-12T10:19:21.917Z
110
- commits:
211
- subject: Update flowzone.yml
312
hash: a4ed24993a6bed92fac83e1f9f1f544c83995edd
@@ -50,7 +59,8 @@
5059
This is an attempt to fix the compute module not showing up on monterrey
5160
5261
53-
As it turns out, that was not the problem, and the problem was that the fin was connected through a hub.
62+
As it turns out, that was not the problem, and the problem was that the
63+
fin was connected through a hub.
5464
5565
5666
This is still a useful change though.

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+
# v1.0.8
8+
## (2024-04-12)
9+
10+
* patch: bump all dependencies to latest [Edwin Joassart]
11+
712
# v1.0.7
813
## (2023-05-31)
914

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": "node-raspberrypi-usbboot",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -39,6 +39,6 @@
3939
"typescript": "^5.4.5"
4040
},
4141
"versionist": {
42-
"publishedAt": "2023-05-31T15:40:35.023Z"
42+
"publishedAt": "2024-04-12T10:19:21.995Z"
4343
}
4444
}

0 commit comments

Comments
 (0)