chore: add changelogs

This commit is contained in:
Simon Chan 2022-04-03 21:17:33 +08:00
parent af7ae1ecf3
commit d96b4d2b8c
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/scrcpy",
"comment": "Add support for 1.23",
"type": "none"
}
],
"packageName": "@yume-chan/scrcpy"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/struct",
"comment": "Fix an issue that `uint64` still deserialize to nagative numbers",
"type": "none"
}
],
"packageName": "@yume-chan/struct"
}