From 1e71c02420e5645b2cb0c23fb1fa2418d4b1db07 Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Tue, 17 Jan 2023 09:48:49 +0530 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05b691..e8be5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v2.1.0 +- Add type information and make this package work as a library as well +- Expose Server interface for programmatic use + ## v2.0.0 - Major changes and refactoring in the internal APIs to allow for more complex scenarios - Add Node.js client using node-usb diff --git a/package-lock.json b/package-lock.json index bb23e31..1be2862 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remote-adb", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remote-adb", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "body-parser": "^1.20.0", diff --git a/package.json b/package.json index 36516ce..dba03b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remote-adb", - "version": "2.0.0", + "version": "2.1.0", "description": "Share Android devices for debugging on a remote machine via an easy web interface", "license": "MIT", "repository": "github:nisargjhaveri/remote-adb",