From 4449c82611d58e252a8ed49f2426cfb699231d1c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 25 May 2024 02:18:46 +0200 Subject: [PATCH] 3.0.25 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1a3fec..9c65f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@api.global/typedrequest", - "version": "3.0.24", + "version": "3.0.25", "private": false, "description": "A TypeScript library for making typed requests towards APIs, including facilities for handling requests, routing, and virtual stream handling.", "main": "dist_ts/index.js",