Skip to content

Commit d7843db

Browse files
Release 1.1.5
[skip ci] ## <small>1.1.5 (2025-08-08)</small> * fix: remove unused dev deps ([d8ccd3c](d8ccd3c))
1 parent d8ccd3c commit d7843db

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

59
* fix: remove src from files ([1b71cea](https://github.com/node-modules/sync-npm-version-to-jsr/commit/1b71cea))

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

0 commit comments

Comments
 (0)