From ad0e0ce0ec4e31cd6bf836d94d01e6efab1c382a Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 25 Apr 2025 12:41:31 -0500 Subject: [PATCH] Bump to 9.0.1 (#2797) (cherry picked from commit ae7853798c0dfaaab562ca74e98be6ef58082103) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a48f13681..739e93203 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "9.0.0", - "versionCanary": "9.0.0-canary.0", + "version": "9.0.1", + "versionCanary": "9.0.1-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",