From 36410bf1354cb41286666b536080141fba6fec6a Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 14 Jan 2025 14:58:15 -0600 Subject: [PATCH] Bump version to 8.9.2 (#198) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 079b7c3..4d17c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/transport", - "version": "8.9.1", + "version": "8.9.2", "description": "Transport classes and utilities shared among Node.js Elastic client libraries", "main": "./index.js", "types": "index.d.ts",