Prep 8.15.2 for release (#2443)

This commit is contained in:
Josh Mock
2024-11-11 10:16:18 -06:00
committed by GitHub
parent ce6db97a71
commit b050185399
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.15.2
[discrete]
==== Features
[discrete]
===== Improved support for Elasticsearch `v8.15`
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
[discrete]
=== 8.15.1

View File

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