From 1e103baec1f1799a2290774e844d9c4fdae39138 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 14 Nov 2024 11:50:48 -0600 Subject: [PATCH] Bump version to 8.16.0 (#2464) --- .buildkite/pipeline.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 95ed83af2..9d4ff24f2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: diff --git a/package.json b/package.json index 67713679a..0bf916b06 100644 --- a/package.json +++ b/package.json @@ -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",