diff --git a/jsr.json b/jsr.json index 8d5caec..b0c415b 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@happy-ts/fetch-t", - "version": "1.1.1", + "version": "1.2.0", "exports": "./src/mod.ts", "publish": { "include": [ diff --git a/package.json b/package.json index 876a4a3..a86d8f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Abortable fetch wrapper with the ability to specify the return type.", "author": "jiang115jie@gmail.com", "license": "GPL-3.0", - "version": "1.1.1", + "version": "1.2.0", "type": "module", "source": "src/mod.ts", "main": "dist/main.cjs",