We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58de8e1 commit d9dd69bCopy full SHA for d9dd69b
.buildkite/pipeline.yml
@@ -6,7 +6,7 @@ steps:
6
env:
7
NODE_VERSION: "{{ matrix.nodejs }}"
8
TEST_SUITE: "{{ matrix.suite }}"
9
- STACK_VERSION: 8.10.3-SNAPSHOT
+ STACK_VERSION: 8.12.0-SNAPSHOT
10
matrix:
11
setup:
12
suite:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@elastic/elasticsearch",
3
- "version": "8.11.0",
4
- "versionCanary": "8.11.0-canary.0",
+ "version": "8.12.0",
+ "versionCanary": "8.12.0-canary.0",
5
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
0 commit comments