Bumps main to 8.8.0 (#1851)

This commit is contained in:
Josh Mock
2023-04-19 14:49:09 -05:00
committed by GitHub
parent 230cb77419
commit 0d4a29171a
2 changed files with 4 additions and 4 deletions

View File

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

View File

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