From 41ab9917911955daae9296229568fd2293995dd8 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Wed, 31 Aug 2022 13:25:42 -0500 Subject: [PATCH] Set version to 8.4.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 69b7ecd70..d23bf6d8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.4.2", - "versionCanary": "8.4.2-canary.0", + "version": "8.4.0", + "versionCanary": "8.4.0-canary.2", "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 +}