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