Skip to content

Commit 5e1e2de

Browse files
v5.0.1
1 parent 1cbafaa commit 5e1e2de

3 files changed

Lines changed: 20 additions & 2 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: "Add id-token: write permission for NPM OIDC publishing"
3+
hash: 514fe8715c76ab669c0fa008f6b1e537d32287f0
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+
nested: []
12+
version: 5.0.1
13+
title: ""
14+
date: 2026-02-19T21:49:35.376Z
115
- commits:
216
- subject: Remove bluebird dependency
317
hash: e715af4171ef9490673ec1aa15b4320dc2a19a50

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 5.0.1 - 2026-02-19
8+
9+
* Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
10+
711
## 5.0.0 - 2026-02-04
812

913
* Remove bluebird dependency [Pagan Gazzard]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-delta",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
55
"type": "module",
66
"main": "out/docker-delta.js",
@@ -40,6 +40,6 @@
4040
"typed-error": "^3.2.2"
4141
},
4242
"versionist": {
43-
"publishedAt": "2026-02-04T11:49:04.628Z"
43+
"publishedAt": "2026-02-19T21:49:35.457Z"
4444
}
4545
}

0 commit comments

Comments
 (0)