chore: bump version to 0.7.1

This commit is contained in:
ethan.chen
2025-05-27 14:16:48 +08:00
commit 63eda91fd6
103 changed files with 15868 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "lyroc",
"version": "0.7.0",
"private": true,
"scripts": {
"version": "node scripts/version-sync.js",
"postversion": "git add . && git commit -m \"chore: bump version to $(cat VERSION)\""
},
"devDependencies": {
"fs-extra": "^11.2.0"
}
}