Bump to 9.0.3 (#2888) (#2889)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2025-07-01 16:16:46 -05:00
committed by GitHub
parent 9091480403
commit 9b595d5c0b
2 changed files with 7 additions and 1 deletions

View File

@ -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.3
### Fixes [elasticsearch-javascript-client-9.0.3-fixes]
**Improved compatibility with Elasticsearch 9.0:** Several fixes and improvements have been made to APIs and TypeScript type definitions to better reflect the Elasticsearch 9.0 specification.
## 9.0.2
### Fixes [elasticsearch-javascript-client-9.0.2-fixes]

View File

@ -1,6 +1,6 @@
{
"name": "@elastic/elasticsearch",
"version": "9.0.2",
"version": "9.0.3",
"versionCanary": "9.0.2-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",