chore: bump version to 0.5.0

小橘 🍊(NEKO Team)
This commit is contained in:
2026-04-27 09:40:34 +00:00
parent 3bf8421c83
commit c6c3e0142d
5 changed files with 20 additions and 10 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
{
"name": "@uncaged/nerve-store",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},