Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Aug 15, 2024
1 parent a2a1038 commit 2fc910a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.3.0
- Allow listing and connecting to emulator with 'emulator-' serial in cli client
- More reliable websocket connection on some proxies using periodic ping
- Misc chores and fixes, build on node 20

## v2.2.0
- Expose Client interface as well for programmatic use
- Improvements in library interface, other fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-adb",
"version": "2.2.0",
"version": "2.3.0",
"description": "Share Android devices for debugging on a remote machine via an easy web interface",
"license": "MIT",
"repository": "github:nisargjhaveri/remote-adb",
Expand Down

0 comments on commit 2fc910a

Please sign in to comment.