From 3a966bd7e402d83258dab06deecbce1ecefcd2b9 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:36:57 -0600 Subject: [PATCH] 8.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d485df11..ba2244942 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.4", + "version": "8.0.5", "author": "TJ Holowaychuk ", "browser": { "./src/node/index.js": "./src/client.js",