Skip to content

Commit

Permalink
Bump to 8.15.3 (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Nov 21, 2024
1 parent 529598b commit 7d4ae5e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
[[changelog-client]]
== Release notes

[discrete]
=== 8.15.3

[discrete]
==== Fixes

[discrete]
===== Improved support for Elasticsearch `v8.15`

Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.

[discrete]
===== Drop testing artifacts from npm package

Tap, the unit testing tool, was recently upgraded and started writing to a `.tap` directory. Since tests are run prior to an `npm publish` in CI, this directory was being included in the published package and bloating its size.

[discrete]
=== 8.15.2

[discrete]
==== Features
==== Fixes

[discrete]
===== Improved support for Elasticsearch `v8.15`
Expand All @@ -16,7 +32,7 @@ Updated TypeScript types based on fixes and improvements to the Elasticsearch sp
=== 8.15.1

[discrete]
==== Features
==== Fixes

[discrete]
===== Improved support for Elasticsearch `v8.15`
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.15.2",
"versionCanary": "8.15.2-canary.0",
"version": "8.15.3",
"versionCanary": "8.15.3-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7d4ae5e

Please sign in to comment.