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 10e1503 commit c1c4ebcCopy full SHA for c1c4ebc
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - "7.17.4-SNAPSHOT"
+ - "7.17.5-SNAPSHOT"
4
5
NODE_JS_VERSION:
6
- 16
package.json
@@ -11,8 +11,8 @@
11
"./*": "./*.js"
12
},
13
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
14
- "version": "7.17.0",
15
- "versionCanary": "7.16.0-canary.7",
+ "version": "7.17.5",
+ "versionCanary": "7.17.5-canary.0",
16
"keywords": [
17
"elasticsearch",
18
"elastic",
@@ -105,4 +105,4 @@
105
"jobs-auto": true,
106
"check-coverage": false
107
}
108
-}
+}
0 commit comments