From 258a5ef3398236ce9e2654e6788d2bd00abbb653 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 15 Apr 2025 14:29:37 -0500 Subject: [PATCH] Bump version to 9.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78a46297b..4754d0d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch", - "version": "9.0.0-alpha.5", + "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" },