From 230cb774192d09e89603738ec60ca1a7af5812d4 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 19 Apr 2023 13:59:03 -0500 Subject: [PATCH] Bumps main to 8.7.1 (#1849) --- .ci/test-matrix.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 318b89fa6..6115cdf2c 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,6 @@ --- STACK_VERSION: - - "8.7.0-SNAPSHOT" + - "8.7.1-SNAPSHOT" NODE_JS_VERSION: - 18 diff --git a/package.json b/package.json index 16dc2c8fb..09cc5f0e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.7.0", - "versionCanary": "8.7.0-canary.0", + "version": "8.7.1", + "versionCanary": "8.7.1-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts", @@ -96,4 +96,4 @@ "coverage": false, "check-coverage": false } -} +} \ No newline at end of file