We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4011f01 commit b2b54f1Copy full SHA for b2b54f1
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - "8.8.0-SNAPSHOT"
+ - "8.9.0-SNAPSHOT"
4
5
NODE_JS_VERSION:
6
- 18
package.json
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
- "version": "8.8.0",
- "versionCanary": "8.8.0-canary.0",
+ "version": "8.9.0",
+ "versionCanary": "8.9.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
7
"types": "index.d.ts",
@@ -96,4 +96,4 @@
96
"coverage": false,
97
"check-coverage": false
98
}
99
-}
+}
0 commit comments