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