Skip to content

Commit

Permalink
Bump to 8.13.1 (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Apr 2, 2024
1 parent 73e25bd commit 73e6cfc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 73e6cfc

Please sign in to comment.