Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit ab23e4ba authored by Simon Chan's avatar Simon Chan
Browse files

chore: release 2.0.1

parent 0bcb9b80
Loading
Loading
Loading
Loading

.changeset/four-humans-sip.md

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
---
"@yume-chan/struct": patch
---

Fix `buffer` and `struct` may not have correct size
+6 −0
Original line number Diff line number Diff line
# Change Log - @yume-chan/adb-credential-web

## 2.0.1

### Patch Changes

- @yume-chan/adb@2.0.1

## 2.0.0

### Patch Changes
+1 −1
Original line number Diff line number Diff line
{
    "name": "@yume-chan/adb-credential-web",
    "version": "2.0.0",
    "version": "2.0.1",
    "description": "Credential Store for `@yume-chan/adb` using WebCrypto and IndexedDB APIs.",
    "keywords": [
        "adb"
+9 −0
Original line number Diff line number Diff line
# Change Log - @yume-chan/adb-daemon-webusb

## 2.0.1

### Patch Changes

- Updated dependencies [0bcb9b8]
    - @yume-chan/struct@2.0.1
    - @yume-chan/adb@2.0.1
    - @yume-chan/stream-extra@2.0.1

## 2.0.0

### Minor Changes
+1 −1
Original line number Diff line number Diff line
{
    "name": "@yume-chan/adb-daemon-webusb",
    "version": "2.0.0",
    "version": "2.0.1",
    "description": "Adb daemon transport connection for `@yume-chan/adb` using WebUSB API.",
    "keywords": [
        "webusb",
Loading