Skip to content

Commit 2b579c1

Browse files
Release 1.0.7
[skip ci] ## <small>1.0.7 (2025-08-06)</small> * chore: add GIT_TOKEN ([2a27772](2a27772)) * chore: remove dryRun ([1c9ccaf](1c9ccaf)) * chore: remove GIT_TOKEN ([706eddd](706eddd)) * fix: debug npm trusted publisher ([12cda90](12cda90))
1 parent 1c9ccaf commit 2b579c1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## <small>1.0.7 (2025-08-06)</small>
4+
5+
* chore: add GIT_TOKEN ([2a27772](https://github.com/node-modules/sync-npm-version-to-jsr/commit/2a27772))
6+
* chore: remove dryRun ([1c9ccaf](https://github.com/node-modules/sync-npm-version-to-jsr/commit/1c9ccaf))
7+
* chore: remove GIT_TOKEN ([706eddd](https://github.com/node-modules/sync-npm-version-to-jsr/commit/706eddd))
8+
* fix: debug npm trusted publisher ([12cda90](https://github.com/node-modules/sync-npm-version-to-jsr/commit/12cda90))
9+
310
## [1.0.6](https://github.com/node-modules/sync-npm-version-to-jsr/compare/v1.0.5...v1.0.6) (2025-07-31)
411

512

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.6",
3+
"version": "1.0.7",
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.6",
3+
"version": "1.0.7",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)