Prep 8.14.1 (#2331)

This commit is contained in:
Josh Mock
2024-08-12 13:06:39 -05:00
committed by GitHub
parent f18944f268
commit 2471b0f2fb
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.14.1
[discrete]
==== Features
[discrete]
===== Improved support for Elasticsearch `8.14`
Updated types based on fixes and changes to the Elasticsearch specification.
[discrete]
=== 8.14.0

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.14.0",
"versionCanary": "8.14.0-canary.0",
"version": "8.14.1",
"versionCanary": "8.14.1-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",