Bump to 8.13.1 (#2201)

This commit is contained in:
Josh Mock
2024-04-02 14:32:46 -05:00
committed by GitHub
parent 73e25bdddb
commit 73e6cfcd67
3 changed files with 14 additions and 3 deletions

View File

@ -6,7 +6,7 @@ steps:
env:
NODE_VERSION: "{{ matrix.nodejs }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.13.0-SNAPSHOT
STACK_VERSION: 8.13.1-SNAPSHOT
matrix:
setup:
suite:

View File

@ -1,6 +1,17 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.13.1
[discrete]
==== Fixes
[discrete]
===== Upgrade transport version to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2200[#2200]
v8.13.0 was released depending on v8.4.0 of `@elastic/transport` instead of v8.4.1, which fixes a bug related to data redaction on error objects.
[discrete]
=== 8.13.0

View File

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