Skip to content

Commit 890522d

Browse files
v1.1.0
1 parent a24ebf4 commit 890522d

4 files changed

Lines changed: 24 additions & 4 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: "minor: allow passing custom assets to start SB protected CM4"
3+
hash: 5d1566668843688344ad0fb4ef40dbd5a108858b
4+
body: ""
5+
footer: {}
6+
author: Edwin Joassart
7+
- subject: "patch: fix linter, formatting and old errors"
8+
hash: a7fca7cb1bd4080274ced1112fa44a85feaafe51
9+
body: ""
10+
footer: {}
11+
author: Edwin Joassart
12+
version: 1.1.0
13+
title: ""
14+
date: 2024-06-07T11:51:34.801Z
115
- commits:
216
- subject: "patch: bump all dependencies to latest"
317
hash: 1dd44c0ccdbff79a925267aeb3f33ca397f4e3f3

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+
# v1.1.0
8+
## (2024-06-07)
9+
10+
* minor: allow passing custom assets to start SB protected CM4 [Edwin Joassart]
11+
* patch: fix linter, formatting and old errors [Edwin Joassart]
12+
713
# v1.0.8
814
## (2024-04-12)
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": "node-raspberrypi-usbboot",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
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": "2024-04-12T10:19:21.995Z"
42+
"publishedAt": "2024-06-07T11:51:34.882Z"
4343
}
4444
}

0 commit comments

Comments
 (0)