Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.0](v9.14.12...v10.0.0) (2023-10-16)

### ⚠ BREAKING CHANGES

* Some type declarations have been changed in order to make the compiler happy

### Features

* Improve type declarations ([#698](#698)) ([7d2588a](7d2588a))
  • Loading branch information
semantic-release-bot committed Oct 16, 2023
1 parent 7d2588a commit b40d1db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [10.0.0](https://github.com/appium/appium-adb/compare/v9.14.12...v10.0.0) (2023-10-16)


### ⚠ BREAKING CHANGES

* Some type declarations have been changed in order to make the compiler happy

### Features

* Improve type declarations ([#698](https://github.com/appium/appium-adb/issues/698)) ([7d2588a](https://github.com/appium/appium-adb/commit/7d2588a1842be73dd77c08c493e7aef5aa4ee92d))

## [9.14.12](https://github.com/appium/appium-adb/compare/v9.14.11...v9.14.12) (2023-10-08)


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": "9.14.12",
"version": "10.0.0",
"description": "Android Debug Bridge interface",
"main": "./build/index.js",
"scripts": {
Expand Down

0 comments on commit b40d1db

Please sign in to comment.