Skip to content

Commit 8eaf10d

Browse files
v2.0.2
1 parent 9b54af3 commit 8eaf10d

3 files changed

Lines changed: 20 additions & 2 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: f59747915596ecdbf756011ce04c1f4cc60094cb
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: 2.0.2
12+
title: ""
13+
date: 2026-02-19T14:39:22.884Z
114
- commits:
215
- subject: Update dependency cpplint to v1.6.1
316
hash: eea69b778bdaa3c0d224392dd0f8705fb480d7e1

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+
# v2.0.2
8+
## (2026-02-19)
9+
10+
* Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11+
712
# v2.0.1
813
## (2025-05-29)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mountutils",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "index.js",
55
"description": "Cross platform mount related utilities",
66
"homepage": "https://github.com/balena-io-modules/mountutils",
@@ -64,6 +64,6 @@
6464
"url": "https://github.com/balena-io-modules/mountutils/issues"
6565
},
6666
"versionist": {
67-
"publishedAt": "2025-05-29T13:57:02.247Z"
67+
"publishedAt": "2026-02-19T14:39:22.951Z"
6868
}
6969
}

0 commit comments

Comments
 (0)