Skip to content

Commit 0691036

Browse files
authored
Bump to 8.15 (#2297)
1 parent db91174 commit 0691036

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.14.0
9+
STACK_VERSION: 8.15.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.14.0",
4-
"versionCanary": "8.14.0-canary.0",
3+
"version": "8.15.0",
4+
"versionCanary": "8.15.0-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",
@@ -93,4 +93,4 @@
9393
"coverage": false,
9494
"check-coverage": false
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)