diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 684829494..4482ef577 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,34 @@ [[changelog-client]] == Release notes +[discrete] +======= +=== 8.16.3 + +[discrete] +==== Fixes + +[discrete] +===== Improved support for Elasticsearch `v8.16` + +Updated TypeScript types based on fixes and improvements to the Elasticsearch specification. + +[discrete] +=== 8.16.2 + +[discrete] +==== Fixes + +[discrete] +===== Improved support for Elasticsearch `v8.16` + +Updated TypeScript types based on fixes and improvements to the Elasticsearch specification. + +[discrete] +===== Drop testing artifacts from npm package + +Tap, the unit testing tool used by this project, 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.16.1 diff --git a/package.json b/package.json index 7089908da..9a348c5da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.16.1", - "versionCanary": "8.16.1-canary.0", + "version": "8.16.3", + "versionCanary": "8.16.3-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",