Bump version to 8.16.0 (#2464)

This commit is contained in:
Josh Mock
2024-11-14 11:50:48 -06:00
committed by GitHub
parent 7d5f622506
commit 1e103baec1
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.15.0
STACK_VERSION: 8.16.0
matrix:
setup:
suite:

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.15.0",
"versionCanary": "8.15.0-canary.0",
"version": "8.16.0",
"versionCanary": "8.16.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",
"types": "index.d.ts",
@ -53,7 +53,7 @@
"node": ">=18"
},
"devDependencies": {
"@elastic/request-converter": "^8.15.2",
"@elastic/request-converter": "^8.16.1",
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
"@types/debug": "^4.1.7",
"@types/ms": "^0.7.31",