From b445ab5903bb243e5eb478295eed6f9e903405b4 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:29:21 -0500 Subject: [PATCH] 10.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 933fbc55..20334698 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "superagent", "description": "elegant & feature rich browser / node HTTP with a fluent API", - "version": "10.0.0", + "version": "10.0.1", "author": "TJ Holowaychuk ", "browser": { "./src/node/index.js": "./src/client.js",