From e7dc290da8b80e0d52a30d339da2feda8b9fcc1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Dec 2020 12:02:40 +0000 Subject: [PATCH] chore(release): 3.3.0-beta.39 [skip ci] # [3.3.0-beta.39](https://github.com/SoftwareBrothers/admin-bro/compare/v3.3.0-beta.38...v3.3.0-beta.39) (2020-12-04) ### Bug Fixes * fix appendForceRefresh not working with local urls ([dafddc0](https://github.com/SoftwareBrothers/admin-bro/commit/dafddc0710f287042f9c150e39651ac9f3e775f1)) * update appendForceRefresh to append refresh to existing params ([521ac77](https://github.com/SoftwareBrothers/admin-bro/commit/521ac77466e33db82bccce76b2b25fe6fa4d7e2f)) * update cypress-io/github-action to v2 ([dc47c69](https://github.com/SoftwareBrothers/admin-bro/commit/dc47c69605ed43d6657d600274854dc73e59b74f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4099b517..79ad937c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "3.3.0-beta.38", + "version": "3.3.0-beta.39", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",