From 1c3507b5342a745a5878b2552916c17a659a6adf Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 4 Apr 2025 13:15:41 -0500 Subject: [PATCH] Bump to 8.18.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd272f430..155789e6e 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",