From cef328c93dee11212e7ab01e162442609a2dd0a2 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 23 Oct 2024 08:48:04 -0500 Subject: [PATCH] Prep 8.16.0 (#2396) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 87b7fb9bc..f45fea3b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.15.0", - "versionCanary": "8.15.0-canary.0", + "version": "8.16.0", + "versionCanary": "8.16.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",