From 134cdd7c4fd57868c80102826507047da23c34aa Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:29:38 -0500 Subject: [PATCH] 10.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4ede896..a76a2cf0 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.2", + "version": "10.0.0", "author": "TJ Holowaychuk ", "browser": { "./src/node/index.js": "./src/client.js",