Prepare for v0.0.7 release

This commit is contained in:
Justin Holguín
2025-07-02 19:39:44 +00:00
committed by GitHub
parent fc216b239a
commit a44e08867f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "component-detection-action", "name": "component-detection-action",
"version": "1.0.0", "version": "0.0.7",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "component-detection-action", "name": "component-detection-action",
"version": "1.0.0", "version": "0.0.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "component-detection-action", "name": "component-detection-action",
"version": "1.0.0", "version": "0.0.7",
"description": "Component detection action", "description": "Component detection action",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",