Bump to 8.15 (#2297)

This commit is contained in:
Josh Mock
2024-06-28 13:26:09 -05:00
committed by GitHub
parent db911746a0
commit 069103612a
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ steps:
env:
NODE_VERSION: "{{ matrix.nodejs }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.14.0
STACK_VERSION: 8.15.0
matrix:
setup:
suite:

View File

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