From 7d4ae5e3ddacf599308b08bdfa427bc7861b11f0 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 21 Nov 2024 10:32:36 -0600 Subject: [PATCH] Bump to 8.15.3 (#2488) --- docs/changelog.asciidoc | 20 ++++++++++++++++++-- package.json | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 6afe55cc1..57066edb3 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -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` @@ -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` diff --git a/package.json b/package.json index 8c3bd3435..1b197303b 100644 --- a/package.json +++ b/package.json @@ -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",