From e8d532632bea846e6a8c7677a268dca3641271e7 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:49:33 -0500 Subject: [PATCH] 8.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9da370ede..3fbd43dfc 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": "8.0.2", + "version": "8.0.3", "author": "TJ Holowaychuk ", "browser": { "./src/node/index.js": "./src/client.js",