From c91ec5f41611680ba28cc27124a63737b5c98a76 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 20 May 2025 12:08:32 -0500 Subject: [PATCH] Bump to 9.0.2 --- docs/release-notes/index.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 75c68cb49..8582db6cb 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [elasticsearch-javascript-client-next-fixes] % \* +## 9.0.2 + +### Fixes [elasticsearch-javascript-client-9.0.2-fixes] + +**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. + ## 9.0.1 ### Fixes [elasticsearch-javascript-client-9.0.1-fixes] diff --git a/package.json b/package.json index 14f25c972..264f2cecb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "9.0.1", - "versionCanary": "9.0.1-canary.0", + "version": "9.0.2", + "versionCanary": "9.0.2-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",