Update version to 1.0.0 in package.json and package-lock.json
All checks were successful
RenovateBot / renovate (push) Successful in 25s
Test / Basic (push) Successful in 3m24s

- 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.
This commit is contained in:
2026-02-05 23:31:42 +00:00
parent e9726a120a
commit 074bd549d5
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -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",

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "1.0.0",
"keywords": [],
"type": "commonjs",
"exports": {