From b750c6168663de227b355a28e3d98f1e41e0c19f Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 13 Apr 2023 12:35:32 -0500 Subject: [PATCH] Bumped v8.7.0-canary.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49ced928f..bb3f3a90a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", "version": "8.7.0", - "versionCanary": "8.7.0-canary.0", + "versionCanary": "8.7.0-canary.1", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",