diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8a7e78..ad3e93f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.0.3](https://github.com/appium/appium-adb/compare/v12.0.2...v12.0.3) (2024-01-27) + + +### Miscellaneous Chores + +* Remove husky and commitlint ([#722](https://github.com/appium/appium-adb/issues/722)) ([f7adefb](https://github.com/appium/appium-adb/commit/f7adefb82191de6e7d4c36d60b5b7512eb990e4f)) + ## [12.0.2](https://github.com/appium/appium-adb/compare/v12.0.1...v12.0.2) (2024-01-25) diff --git a/package.json b/package.json index ade1582d..01add29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.0.2", + "version": "12.0.3", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {