Bump to 8.15.3 (#2488)
This commit is contained in:
@ -1,11 +1,27 @@
|
|||||||
[[changelog-client]]
|
[[changelog-client]]
|
||||||
== Release notes
|
== 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]
|
[discrete]
|
||||||
=== 8.15.2
|
=== 8.15.2
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
==== Features
|
==== Fixes
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
===== Improved support for Elasticsearch `v8.15`
|
===== 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
|
=== 8.15.1
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
==== Features
|
==== Fixes
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
===== Improved support for Elasticsearch `v8.15`
|
===== Improved support for Elasticsearch `v8.15`
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@elastic/elasticsearch",
|
"name": "@elastic/elasticsearch",
|
||||||
"version": "8.15.2",
|
"version": "8.15.3",
|
||||||
"versionCanary": "8.15.2-canary.0",
|
"versionCanary": "8.15.3-canary.0",
|
||||||
"description": "The official Elasticsearch client for Node.js",
|
"description": "The official Elasticsearch client for Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user