Skip to content

Commit b32aa98

Browse files
committed
Bump to 9.0.2 (#2843)
1 parent 01e6948 commit b32aa98

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/release-notes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020

2121
% ### Fixes [elasticsearch-javascript-client-next-fixes]
2222

23+
## 9.0.2
24+
25+
### Fixes [elasticsearch-javascript-client-9.0.2-fixes]
26+
27+
**Remove dangling references to `typesWithBodyKey`:** the `typesWithBodyKey.ts` file and `estypesWithBody` export were removed in 9.0.0 but were still being referenced in the `index.d.ts` file that declares TypeScript types. This reference has been removed.
28+
2329
## 9.0.1
2430

2531
### Fixes [elasticsearch-javascript-client-9.0.1-fixes]

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": "9.0.1",
4-
"versionCanary": "9.0.1-canary.0",
3+
"version": "9.0.2",
4+
"versionCanary": "9.0.2-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)