Skip to content

Commit 73e6cfc

Browse files
authored
Bump to 8.13.1 (#2201)
1 parent 73e25bd commit 73e6cfc

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
env:
77
NODE_VERSION: "{{ matrix.nodejs }}"
88
TEST_SUITE: "{{ matrix.suite }}"
9-
STACK_VERSION: 8.13.0-SNAPSHOT
9+
STACK_VERSION: 8.13.1-SNAPSHOT
1010
matrix:
1111
setup:
1212
suite:

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.13.1
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Upgrade transport version to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2200[#2200]
12+
13+
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.
14+
415
[discrete]
516
=== 8.13.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.13.0",
4-
"versionCanary": "8.13.0-canary.0",
3+
"version": "8.13.1",
4+
"versionCanary": "8.13.1-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)