From 6c7a458a53279eb112469ed49e681dcc57dca5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 15 Dec 2022 10:36:03 +0100 Subject: [PATCH] 2.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cbce55..c4936cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unleash-proxy-client", - "version": "2.4.0-beta.1", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unleash-proxy-client", - "version": "2.4.0-beta.0", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "tiny-emitter": "^2.1.0", diff --git a/package.json b/package.json index 7b85fa8..d0516ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unleash-proxy-client", - "version": "2.4.0-beta.1", + "version": "2.4.0", "description": "A browser client that can be used together with the unleash-proxy.", "main": "./build/index.js", "types": "./build/index.d.ts",