From cf8287d7aee0f4b70be106d65b083f1af9e49f39 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 28 Feb 2024 10:28:02 -0600 Subject: [PATCH] Bump canary to 8.12.2 (#2144) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11c8908de..d7b43bbe8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", "version": "8.12.2", - "versionCanary": "8.12.2-canary.0", + "versionCanary": "8.12.2-canary.1", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",