Skip to content

Commit 00fdb8b

Browse files
Release 1.0.4
[skip ci] ## [1.0.4](v1.0.3...v1.0.4) (2025-07-31) ### Bug Fixes * npm pkg fix bin script ([145c812](145c812))
1 parent 145c812 commit 00fdb8b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.4](https://github.com/node-modules/sync-npm-version-to-jsr/compare/v1.0.3...v1.0.4) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* npm pkg fix bin script ([145c812](https://github.com/node-modules/sync-npm-version-to-jsr/commit/145c812b9a23f439ea2a3a8f73e18c135545d943))
9+
310
## [1.0.2](https://github.com/node-modules/sync-npm-version-to-jsr/compare/v1.0.1...v1.0.2) (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": "0.0.0",
3+
"version": "1.0.4",
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.2",
3+
"version": "1.0.4",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)