Skip to content

Commit 7be0f90

Browse files
authored
Bump to 9.0.3 (#2888)
1 parent ac20b78 commit 7be0f90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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
% ### Fixes [elasticsearch-javascript-client-next-fixes]
2121
% \*
2222

23+
## 9.0.3
24+
25+
### Fixes [elasticsearch-javascript-client-9.0.3-fixes]
26+
27+
**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.
28+
2329
## 9.0.2
2430

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"versionCanary": "9.0.2-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "./index.js",

0 commit comments

Comments
 (0)