From ef1a155bc76beb05f53dcfe44ad6a09c454620d7 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Tue, 5 Oct 2021 11:01:20 +0530 Subject: [PATCH] v1.11.1 --- ghost/portal/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghost/portal/package.json b/ghost/portal/package.json index cf7e69bbb6..e7189ca1ce 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/portal", - "version": "1.11.0", + "version": "1.11.1", "license": "MIT", "repository": { "type": "git", @@ -68,7 +68,10 @@ ] }, "jest": { - "coverageReporters": ["text-summary", "html"] + "coverageReporters": [ + "text-summary", + "html" + ] }, "devDependencies": { "chalk": "4.1.1",