From fe169aeeb8e19478cda61517b58c9cdc0ced3981 Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:43:45 -0400 Subject: [PATCH] chore(release): 1.0.3 (#15) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 552e8f6..3a19bed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-notes", - "version": "1.0.2", + "version": "1.0.3", "description": "A plugin for Strapi CMS that provides the ability to add notes to entity records.", "scripts": { "lint": "eslint . --fix",