Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jan 8, 2025
1 parent 7cb544c commit 2035955
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

## v3.1.0
- Add timeout for fetching server status
- Fix issue where messages were missed after handshake
- npm audit fix

## v3.0.1
- Minor improvement in error handling on connection

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": "3.0.1",
"version": "3.1.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 2035955

Please sign in to comment.