From 496161acdf46cbb06d02ab7153a79c98d17fee89 Mon Sep 17 00:00:00 2001 From: delvedor Date: Wed, 25 May 2022 18:17:15 +0200 Subject: [PATCH] Bumped v8.2.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20daa4403..a6dbf7960 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.2.0", - "versionCanary": "8.2.0-canary.2", + "version": "8.2.1", + "versionCanary": "8.2.1-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts", @@ -91,4 +91,4 @@ "coverage": false, "check-coverage": false } -} \ No newline at end of file +}