Skip to content

Commit c4c3be1

Browse files
authored
Bump 8.9.1 on main (#1972)
1 parent a9bed7e commit c4c3be1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changelog.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.9.1
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Upgrade Transport https://github.com/elastic/elasticsearch-js/pull/1968[#1968]
12+
13+
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.
14+
415
[discrete]
516
=== 8.9.0
617

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.9.0",
4-
"versionCanary": "8.9.0-canary.0",
3+
"version": "8.9.1",
4+
"versionCanary": "8.9.1-canary.1",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)