From e36b0e53742df81567f6d00108f33818e0b88e31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 14:01:11 -0500 Subject: [PATCH] Bump to 8.18.0 (#2702) (#2703) (cherry picked from commit 3d59389b9df2bc17ae7efd7bf6ba6c5c74ed97ad) Co-authored-by: Josh Mock --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 702f2e43e..c7fbe3b74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.17.0", - "versionCanary": "8.17.0-canary.0", + "version": "8.18.0", + "versionCanary": "8.18.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",