From 595a9877ffbecc209cfb186d687893775b17274c Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:55:26 -0400 Subject: [PATCH] 1.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 906697d..515d702 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-publisher", - "version": "1.5.1", + "version": "1.5.2", "description": "A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.", "scripts": { "lint": "eslint . --fix",