From 444a46d58b34fd567982704f10ccbfbf3f081355 Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:56:58 -0500 Subject: [PATCH] chore(release): 1.1.3 (#27) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74c1af7..51c251b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "strapi-plugin-notes", - "version": "1.1.2", + "version": "1.1.3", "description": "A plugin for Strapi CMS that provides the ability to add notes to entity records.", "scripts": { "lint": "eslint . --fix",