From 37e8372716a1c792d22103413dbc94680af2b12c Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 15 Apr 2025 14:41:04 -0500 Subject: [PATCH] Bump version to 9.0.0 (#2749) (cherry picked from commit 46b08caa4f76077d6ecea7d23075608604b0d63f) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f5e805c5..b07977739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch", - "version": "9.0.0-alpha.3", + "version": "9.0.0", "versionCanary": "9.0.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", @@ -90,7 +90,7 @@ "zx": "7.2.3" }, "dependencies": { - "@elastic/transport": "9.0.0-alpha.1", + "@elastic/transport": "^9.0.0", "apache-arrow": "^18.0.0", "tslib": "^2.4.0" },