From 8b586c46b1121c39c331515d9f3f460259f32b1d Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Thu, 26 Jan 2023 00:34:52 +0530 Subject: [PATCH] 2.2.0 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8be5e1..4ccfe73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # CHANGELOG +## v2.2.0 +- Expose Client interface as well for programmatic use +- Improvements in library interface, other fixes + ## v2.1.0 - Add type information and make this package work as a library as well -- Expose Server interface for programmatic use +- Expose Server interface for programmatic use ## v2.0.0 - Major changes and refactoring in the internal APIs to allow for more complex scenarios diff --git a/package-lock.json b/package-lock.json index 1e811d0..8683c16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remote-adb", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remote-adb", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "body-parser": "^1.20.0", diff --git a/package.json b/package.json index 1b76c90..ee7e2d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remote-adb", - "version": "2.1.0", + "version": "2.2.0", "description": "Share Android devices for debugging on a remote machine via an easy web interface", "license": "MIT", "repository": "github:nisargjhaveri/remote-adb",