Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed May 9, 2024
1 parent 0d16d58 commit 7d7ac73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happy-ts/fetch-t",
"version": "1.0.0",
"version": "1.0.1",
"exports": "./src/mod.ts",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cancelable fetch wrapper with the ability to specify the return type.",
"author": "[email protected]",
"license": "GPL-3.0",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"source": "./src/mod.ts",
"main": "./dist/main.cjs",
Expand Down

0 comments on commit 7d7ac73

Please sign in to comment.