Update package version to 2.0.0 and add CI/CD workflow for automated builds and publishing

This commit is contained in:
Space-Banane
2026-03-18 16:03:12 +01:00
parent 44382915d9
commit 01fcdd1907
2 changed files with 58 additions and 1 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
{
"name": "shsf-cli",
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"type": "module",
"files": [
"dist"
],
"bin": {
"shsf": "./dist/index.js"
},