feat: generate blocksuite changelog (#5724)

This commit is contained in:
LongYinan
2024-01-29 07:28:02 +00:00
parent 25e8b8306f
commit 5bd339bed7
3 changed files with 395 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "@affine/bump-blocksuite",
"version": "0.0.0",
"type": "module",
"main": "index.js",
"private": true,
"description": "Generate changelog from blocksuite version change",
"dependencies": {
"@napi-rs/clipboard": "^1.1.1",
"@napi-rs/simple-git": "^0.1.11"
}
}