diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7189c7..2f0233f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.9.0](https://github.com/appium/appium-adb/compare/v12.8.0...v12.9.0) (2025-01-06) + +### Features + +* Extract typedefs ([#782](https://github.com/appium/appium-adb/issues/782)) ([82ec0f9](https://github.com/appium/appium-adb/commit/82ec0f9372576102f151a5f3a3fbac304415b689)) + ## [12.8.0](https://github.com/appium/appium-adb/compare/v12.7.4...v12.8.0) (2025-01-05) ### Features diff --git a/package.json b/package.json index 56e034de..390dc926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-adb", - "version": "12.8.0", + "version": "12.9.0", "description": "Android Debug Bridge interface", "main": "./build/index.js", "scripts": {