From ec2d08b5cbc59cdfa04f1a78fcf4f1efa110dce7 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 12 Dec 2024 09:28:24 -0600 Subject: [PATCH] Prep 8.16.3 for release --- docs/changelog.asciidoc | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 86998f309..23672a327 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.16.3 + +[discrete] +==== Fixes + +[discrete] +===== Improved support for Elasticsearch `v8.16` + +Updated TypeScript types based on fixes and improvements to the Elasticsearch specification. + [discrete] === 8.16.2 diff --git a/package.json b/package.json index 336aa42af..26cf0d64a 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.3", + "versionCanary": "8.16.3-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",