Skip to content

Commit 7d4ae5e

Browse files
authored
Bump to 8.15.3 (#2488)
1 parent 529598b commit 7d4ae5e

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/changelog.asciidoc

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.15.3
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Improved support for Elasticsearch `v8.15`
12+
13+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
14+
15+
[discrete]
16+
===== Drop testing artifacts from npm package
17+
18+
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.
19+
420
[discrete]
521
=== 8.15.2
622

723
[discrete]
8-
==== Features
24+
==== Fixes
925

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

1834
[discrete]
19-
==== Features
35+
==== Fixes
2036

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.15.2",
4-
"versionCanary": "8.15.2-canary.0",
3+
"version": "8.15.3",
4+
"versionCanary": "8.15.3-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)