Skip to content

Commit 199cd84

Browse files
v1.1.5
1 parent b6ce42e commit 199cd84

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: 8e7d49d0c19d99d5a7fbb34a2d284ebf62b3b513
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: 1.1.5
12+
title: ""
13+
date: 2026-02-19T01:55:57.935Z
114
- commits:
215
- subject: Lock file maintenance
316
hash: 65eb0d4254a1820a6d09b97ecc747cd1944ff9d2

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.1.5
8+
## (2026-02-19)
9+
10+
* Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11+
712
# v1.1.4
813
## (2026-01-22)
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.1.4",
3+
"version": "1.1.5",
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": "2026-01-22T19:06:37.090Z"
42+
"publishedAt": "2026-02-19T01:55:58.003Z"
4343
}
4444
}

0 commit comments

Comments
 (0)