Skip to content

Commit 40b04be

Browse files
Release 1.1.4
[skip ci] ## <small>1.1.4 (2025-08-07)</small> * fix: remove src from files ([1b71cea](1b71cea))
1 parent 1b71cea commit 40b04be

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+
## <small>1.1.4 (2025-08-07)</small>
4+
5+
* fix: remove src from files ([1b71cea](https://github.com/node-modules/sync-npm-version-to-jsr/commit/1b71cea))
6+
37
## <small>1.1.3 (2025-08-07)</small>
48

59
* fix: set mini version to Node.js 22.18.0 ([dd326e2](https://github.com/node-modules/sync-npm-version-to-jsr/commit/dd326e2))

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

0 commit comments

Comments
 (0)