Skip to content

Commit

Permalink
chore: release v1.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 19, 2024
1 parent 52c20c3 commit 73c3aec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/better-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@better-fetch/fetch",
"version": "1.0.1",
"version": "1.1.0-beta.1",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"react-native": "./dist/index.js",
Expand Down Expand Up @@ -38,6 +38,8 @@
"lint:fix": "biome check . --apply",
"typecheck": "tsc --noEmit"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module"
}

0 comments on commit 73c3aec

Please sign in to comment.