Skip to content

Commit 8b586c4

Browse files
committed
2.2.0
1 parent 26fb4c3 commit 8b586c4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# CHANGELOG
22

3+
## v2.2.0
4+
- Expose Client interface as well for programmatic use
5+
- Improvements in library interface, other fixes
6+
37
## v2.1.0
48
- Add type information and make this package work as a library as well
5-
- Expose Server interface for programmatic use
9+
- Expose Server interface for programmatic use
610

711
## v2.0.0
812
- Major changes and refactoring in the internal APIs to allow for more complex scenarios

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remote-adb",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Share Android devices for debugging on a remote machine via an easy web interface",
55
"license": "MIT",
66
"repository": "github:nisargjhaveri/remote-adb",

0 commit comments

Comments
 (0)