Prep 8.16.3 for release (#2540)

This commit is contained in:
Josh Mock
2024-12-12 09:35:28 -06:00
committed by GitHub
parent f02c66cdcc
commit e2905c5708
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.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",