From 702e71ec1857ecda62e46488b2044a4b790ecb9c Mon Sep 17 00:00:00 2001 From: delvedor Date: Fri, 22 Oct 2021 15:17:10 +0200 Subject: [PATCH] Bumped v8.0.0-canary.31 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beeda7506..ac4667493 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", "version": "8.0.0-alpha.2", - "versionCanary": "8.0.0-canary.30", + "versionCanary": "8.0.0-canary.31", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",