Skip to content

Commit f745446

Browse files
v3.0.5
1 parent 50e4aff commit f745446

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: "Add id-token: write permission for NPM OIDC publishing"
3+
hash: 2ab32670f00276e1151528020e3739087712d25e
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Kyle Harding <kyle@balena.io>
9+
signed-off-by: Kyle Harding <kyle@balena.io>
10+
author: Kyle Harding
11+
version: 3.0.5
12+
title: ""
13+
date: 2026-02-19T21:49:13.747Z
114
- commits:
215
- subject: Update dependency @types/debug to v4.1.12
316
hash: 120e574a6978223dafca09aedaadb94007ea0f38

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.5
8+
## (2026-02-19)
9+
10+
* Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11+
712
# v3.0.4
813
## (2024-01-02)
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": "@balena/node-beaglebone-usbboot",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
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": "2024-01-02T19:47:09.102Z"
58+
"publishedAt": "2026-02-19T21:49:13.796Z"
5959
},
6060
"engines": {
6161
"node": ">=16"

0 commit comments

Comments
 (0)