From cc29392e6cc71916392e306f00e4344503435eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 5 Feb 2021 14:33:32 +0100 Subject: [PATCH] 3.11.0 --- frontend/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 53ba67e157..2151b95137 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "unleash-frontend", "description": "unleash your features", - "version": "3.10.0", + "version": "3.11.0", "keywords": [ "unleash", "feature toggle", @@ -113,6 +113,8 @@ "snapshotSerializers": [ "enzyme-to-json/serializer" ], - "testPathIgnorePatterns": ["/src/store/addons/__tests__/data.js"] + "testPathIgnorePatterns": [ + "/src/store/addons/__tests__/data.js" + ] } }