Skip to content

Commit

Permalink
Backport #2540 to 8.16 (#2542)
Browse files Browse the repository at this point in the history
JoshMock authored Dec 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent edfef68 commit 6fb0f42
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 6fb0f42

Please sign in to comment.