From 074bd549d5a38a5d4b0e260fc4c4f4468f6b0ec0 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 23:31:42 +0000 Subject: Update version to 1.0.0 in package.json and package-lock.json - Bumped the version from 0.0.0 to 1.0.0 in both package.json and package-lock.json to reflect the initial release of the plugin. --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index d93e9de..03722b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "strapi-plugin-checkbox-list", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "strapi-plugin-checkbox-list", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@sindresorhus/slugify": "^3.0.0", -- cgit v1.2.3