Create & edit release

This commit is contained in:
2025-01-11 00:02:16 +08:00
parent 10191c04e0
commit 9a265c9887
5 changed files with 97 additions and 9 deletions

View File

@ -7,7 +7,7 @@
"name": "LittleSheep",
"email": "littlesheep.code@hotmail.com"
},
"version": "0.0.3",
"version": "0.0.5",
"tsup": {
"entry": [
"src/index.ts"

View File

@ -1,4 +1,5 @@
export * from './matrix/product'
export * from './matrix/release'
export * from './attachment'
export * from './auth'
export * from './checkIn'