Backport #2540 to 8.16 (#2542)

This commit is contained in:
Josh Mock
2024-12-12 10:50:06 -06:00
committed by GitHub
parent edfef68b01
commit 6fb0f426c3
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.16.2",
"versionCanary": "8.16.2-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",