Bump to 8.9.1 (#1970)

This commit is contained in:
Josh Mock
2023-08-17 11:14:44 -05:00
committed by GitHub
parent b1389cfebe
commit a8ae21f461
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.9.1
[discrete]
==== Fixes
[discrete]
===== Upgrade Transport https://github.com/elastic/elasticsearch-js/pull/1968[#1968]
Upgrades `@elastic/transport` to the latest patch release to fix https://github.com/elastic/elastic-transport-js/pull/69[a bug] that could cause the process to exit when handling malformed `HEAD` requests.
[discrete]
=== 8.9.0

View File

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