Skip to content

Commit 0184f0e

Browse files
Release 1.1.0
[skip ci] ## 1.1.0 (2025-08-06) * feat: use npm trusted publisher (#1) ([004235f](004235f)), closes [#1](#1)
1 parent 004235f commit 0184f0e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.0 (2025-08-06)
4+
5+
* feat: use npm trusted publisher (#1) ([004235f](https://github.com/node-modules/sync-npm-version-to-jsr/commit/004235f)), closes [#1](https://github.com/node-modules/sync-npm-version-to-jsr/issues/1)
6+
37
## <small>1.0.7 (2025-08-06)</small>
48

59
* chore: add GIT_TOKEN ([2a27772](https://github.com/node-modules/sync-npm-version-to-jsr/commit/2a27772))

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nm/sync-npm-version-to-jsr",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"exports": "./src/index.ts"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sync-npm-version-to-jsr",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)