Skip to content

Commit 34d3c13

Browse files
v2.0.4
1 parent a0966a6 commit 34d3c13

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.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: 2905458887e5afa79d1608e48c7c07e9020271bc
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: 2.0.4
13+
title: ""
14+
date: 2026-02-19T02:09:40.126Z
115
- commits:
216
- subject: "CI: Update checkout settings"
317
hash: 4970a3171798ac1ca70bbc6d4bdd75f58e0bae67

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+
## 2.0.4 - 2026-02-19
8+
9+
* Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
10+
711
## 2.0.3 - 2024-09-30
812

913
* CI: Update checkout settings [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": "dreamsheets",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Make working with gsheets a dream",
55
"homepage": "https://product-os.github.io/dreamsheets",
66
"main": "build/index.js",
@@ -52,6 +52,6 @@
5252
"typescript": "^4.9.3"
5353
},
5454
"versionist": {
55-
"publishedAt": "2024-09-30T11:14:05.010Z"
55+
"publishedAt": "2026-02-19T02:09:40.194Z"
5656
}
5757
}

0 commit comments

Comments
 (0)