Skip to content

Commit 0a0f2cc

Browse files
committed
Prep 8.16.3 for release (#2540)
1 parent 1d2d934 commit 0a0f2cc

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

docs/changelog.asciidoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=======
6+
=== 8.16.3
7+
8+
[discrete]
9+
==== Fixes
10+
11+
[discrete]
12+
===== Improved support for Elasticsearch `v8.16`
13+
14+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
15+
16+
[discrete]
17+
=== 8.16.2
18+
19+
[discrete]
20+
==== Fixes
21+
22+
[discrete]
23+
===== Improved support for Elasticsearch `v8.16`
24+
25+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
26+
27+
[discrete]
28+
===== Drop testing artifacts from npm package
29+
30+
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.
31+
432
[discrete]
533
=== 8.16.1
634

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.16.1",
4-
"versionCanary": "8.16.1-canary.0",
3+
"version": "8.16.3",
4+
"versionCanary": "8.16.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)