From 3317168b52f7b8aa1dbfb439fee2048c8d25a45f Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:28:46 -0500 Subject: [PATCH] 9.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9643ee2d..a371d7bf 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": "9.0.1", + "version": "9.0.2", "author": "TJ Holowaychuk ", "browser": { "./src/node/index.js": "./src/client.js",