From 5f343df8501e2a2607db5a446e55cff438c94cf1 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 26 Sep 2024 09:22:35 -0500 Subject: [PATCH] Bump to 8.8.0 (#144) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b6b0d7..1259007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/transport", - "version": "8.7.1", + "version": "8.8.0", "description": "Transport classes and utilities shared among Node.js Elastic client libraries", "main": "./index.js", "types": "index.d.ts",