From 5a75ec4fd165c26427663141a7a160b922883065 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 20 Mar 2023 10:33:48 +0100 Subject: [PATCH] Bump version to 2.4.4-beta.0 (#149) This commit prepares to release v2.4.4-beta.0 to release the custom header update in #148 . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 258f3b9..ce1c810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unleash-proxy-client", - "version": "2.4.3", + "version": "2.4.4-beta.0", "description": "A browser client that can be used together with the unleash-proxy.", "main": "./build/index.js", "types": "./build/index.d.ts",