From 042ed1d6bca4178de3812cdaa2b1b92dd231fc02 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 17 Oct 2024 14:36:23 +0100 Subject: [PATCH] Update package.json --- lib/flagsmith-es/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flagsmith-es/package.json b/lib/flagsmith-es/package.json index 6187eaf..befb15e 100644 --- a/lib/flagsmith-es/package.json +++ b/lib/flagsmith-es/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith-es", - "version": "7.0.0", + "version": "7.0.1", "description": "Feature flagging to support continuous development. This is an esm equivalent of the standard flagsmith npm module.", "main": "./index.js", "type": "module",