From c625519ec4047d9148c7c3cd1ad3d38694187458 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 25 Apr 2025 10:45:27 -0500 Subject: [PATCH] Bump to 8.18.2 (#2795) (cherry picked from commit 803f7f00c96c233718b1f5ae819b9f5de41b964e) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c1501c59..4473b9861 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.18.1", - "versionCanary": "8.18.1-canary.0", + "version": "8.18.2", + "versionCanary": "8.18.2-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",