balena-deploy-request 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,11 @@ on:
9
9
  types: [opened, synchronize, closed]
10
10
  branches: [main, master]
11
11
 
12
+ permissions:
13
+ id-token: write
14
+ contents: read
15
+ packages: read
16
+
12
17
  jobs:
13
18
  flowzone:
14
19
  name: Flowzone
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: "Add id-token: write permission for NPM OIDC publishing"
3
+ hash: 480b57948195cf39f7d16767d374e68def087202
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: 0.10.1
12
+ title: ""
13
+ date: 2026-02-18T18:26:24.186Z
1
14
  - commits:
2
15
  - subject: Update the release notes message
3
16
  hash: eeb2b3923d0b973c319545cae5e16f6920184b55
@@ -15,7 +28,7 @@
15
28
  author: Thodoris Greasidis
16
29
  version: 0.10.0
17
30
  title: ""
18
- date: 2026-01-13T14:15:42.029Z
31
+ date: 2026-01-13T14:18:03.969Z
19
32
  - commits:
20
33
  - subject: Update dependency lint-staged to v16
21
34
  hash: 7a76bcdacf0dda77e2d37785ef64c18ff5e53133
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v0.10.1
8
+ ## (2026-02-18)
9
+
10
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
+
7
12
  # v0.10.0
8
13
  ## (2026-01-13)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "A simple script for generating deploy requests along with release notes",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -36,6 +36,6 @@
36
36
  "prettier": "^3.0.0"
37
37
  },
38
38
  "versionist": {
39
- "publishedAt": "2026-01-13T14:15:42.098Z"
39
+ "publishedAt": "2026-02-18T18:26:24.237Z"
40
40
  }
41
41
  }