Skip to content

Commit

Permalink
Release promise-android-tools 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Apr 16, 2021
1 parent 30341ad commit 00c6469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.
promise-android-tools versioning started at 1.0.0, but this changelog was not added until 4.0.6.

## [Unreleased]

## [4.0.6] - 2021-04-16

### Fixed

- Prevent downstream race conditions in `adb.startServer()` ([#56](https://github.com/ubports/promise-android-tools/pull/56))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise-android-tools",
"version": "4.0.5",
"version": "4.0.6",
"description": "A wrapper for adb, fastboot, and heimdall that returns convenient promises.",
"main": "./lib/module.cjs",
"type": "module",
Expand Down

0 comments on commit 00c6469

Please sign in to comment.