From 144ac95540b7d072ceb1ea0a96f5e776837998d3 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 22 Oct 2024 15:02:36 -0500 Subject: [PATCH] Prep 8.16.0 --- 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",