Skip to content

Commit

Permalink
chore(release): 12.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [12.10.1](v12.10.0...v12.10.1) (2025-01-09)

### Bug Fixes

* Do not prefix activity with package name if it already exists ([#787](#787)) ([6395d58](6395d58))

### Miscellaneous Chores

* Regroup some adb commands ([#786](#786)) ([4b95444](4b95444))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 6395d58 commit 0e83505
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [12.10.1](https://github.com/appium/appium-adb/compare/v12.10.0...v12.10.1) (2025-01-09)

### Bug Fixes

* Do not prefix activity with package name if it already exists ([#787](https://github.com/appium/appium-adb/issues/787)) ([6395d58](https://github.com/appium/appium-adb/commit/6395d58c90723d84a023aa9bdc997009c91d4806))

### Miscellaneous Chores

* Regroup some adb commands ([#786](https://github.com/appium/appium-adb/issues/786)) ([4b95444](https://github.com/appium/appium-adb/commit/4b95444b963c414bf5a09aa805c779e3bc7e11e9))

## [12.10.0](https://github.com/appium/appium-adb/compare/v12.9.0...v12.10.0) (2025-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-adb",
"version": "12.10.0",
"version": "12.10.1",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
Expand Down

0 comments on commit 0e83505

Please sign in to comment.