chore: bump version to 0.7.1
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user