Bumps 7.17 to 7.17.12 (#1926)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
Elastic Machine
2023-06-29 14:13:50 -05:00
committed by GitHub
parent a8c8d2c712
commit cca9a7b212
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
--- ---
STACK_VERSION: STACK_VERSION:
- "7.17.11-SNAPSHOT" - "7.17.12-SNAPSHOT"
NODE_JS_VERSION: NODE_JS_VERSION:
- 16 - 16

View File

@ -11,8 +11,8 @@
"./*": "./*.js" "./*": "./*.js"
}, },
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "7.17.11-patch.1", "version": "7.17.12",
"versionCanary": "7.17.11-canary.2", "versionCanary": "7.17.12-canary.0",
"keywords": [ "keywords": [
"elasticsearch", "elasticsearch",
"elastic", "elastic",
@ -105,4 +105,4 @@
"jobs-auto": true, "jobs-auto": true,
"check-coverage": false "check-coverage": false
} }
} }