chore: add changelogs

This commit is contained in:
Simon Chan 2022-04-08 09:20:57 +08:00
parent e1b0444cae
commit 4cec3ec55c
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/adb-backend-webusb",
"comment": "Fix an issue where `transferIn` too little bytes results in `babble` status on non-Windows platforms",
"type": "none"
}
],
"packageName": "@yume-chan/adb-backend-webusb"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/struct",
"comment": "Fix an issue where `Syncbird` can't synchronously invoke `then` on some Bluebird internal methods (for example `reduce`)",
"type": "none"
}
],
"packageName": "@yume-chan/struct"
}