Skip to content

Commit 1e103ba

Browse files
authored
Bump version to 8.16.0 (#2464)
1 parent 7d5f622 commit 1e103ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
env:
77
NODE_VERSION: "{{ matrix.nodejs }}"
88
TEST_SUITE: "{{ matrix.suite }}"
9-
STACK_VERSION: 8.15.0
9+
STACK_VERSION: 8.16.0
1010
matrix:
1111
setup:
1212
suite:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.15.0",
4-
"versionCanary": "8.15.0-canary.0",
3+
"version": "8.16.0",
4+
"versionCanary": "8.16.0-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "./index.js",
77
"types": "index.d.ts",
@@ -53,7 +53,7 @@
5353
"node": ">=18"
5454
},
5555
"devDependencies": {
56-
"@elastic/request-converter": "^8.15.2",
56+
"@elastic/request-converter": "^8.16.1",
5757
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
5858
"@types/debug": "^4.1.7",
5959
"@types/ms": "^0.7.31",

0 commit comments

Comments
 (0)