From f9869d67eadd32b560cd9e69a8b5543354dc125a Mon Sep 17 00:00:00 2001 From: jarvisjiang Date: Fri, 2 Aug 2024 01:56:24 +0000 Subject: [PATCH] v1.1.0 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 986e478..23174dd 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.0.17", + "version": "1.1.0", "exports": "./src/mod.ts", "publish": { "include": [ diff --git a/package.json b/package.json index 286ad68..994a895 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.0.17", + "version": "1.1.0", "type": "module", "source": "src/mod.ts", "main": "dist/main.cjs",