From 0236afb70b482f17424c53b2d2d0472bcb145127 Mon Sep 17 00:00:00 2001 From: jarvisjiang Date: Wed, 24 Jul 2024 10:12:46 +0000 Subject: [PATCH] v1.0.13 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index bee37e0..f677e79 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.12", + "version": "1.0.13", "exports": "./src/mod.ts", "publish": { "include": [ diff --git a/package.json b/package.json index 0e7a477..8a01d9f 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.12", + "version": "1.0.13", "type": "module", "source": "src/mod.ts", "main": "dist/main.cjs",