From c0e202569584a8e7fd81fd30cc67efcf35b44709 Mon Sep 17 00:00:00 2001 From: fzn0x Date: Tue, 18 Jun 2024 08:15:52 +0700 Subject: [PATCH] v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a77a33..d7b79fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypf", - "version": "0.1.0", + "version": "0.2.0", "description": "Supertiny (4kB minified & 0 dependencies) and strong-typed HTTP client for Deno, Bun, Node.js, Cloudflare Workers and Browsers.", "main": "./dist/index.js", "repository": {