Bumps 8.7 branch to 8.7.1 (#1852)

This commit is contained in:
Josh Mock
2023-04-19 15:14:32 -05:00
committed by GitHub
parent 07b4c9966c
commit d0f0b376c1
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
--- ---
STACK_VERSION: STACK_VERSION:
- "8.7.0-SNAPSHOT" - "8.7.1-SNAPSHOT"
NODE_JS_VERSION: NODE_JS_VERSION:
- 18 - 18

View File

@ -1,7 +1,7 @@
{ {
"name": "@elastic/elasticsearch", "name": "@elastic/elasticsearch",
"version": "8.7.0", "version": "8.7.1",
"versionCanary": "8.7.0-canary.1", "versionCanary": "8.7.1-canary.0",
"description": "The official Elasticsearch client for Node.js", "description": "The official Elasticsearch client for Node.js",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
@ -96,4 +96,4 @@
"coverage": false, "coverage": false,
"check-coverage": false "check-coverage": false
} }
} }