Skip to content

Commit

Permalink
chore(release): Release 0.19.1
Browse files Browse the repository at this point in the history
## [0.19.1](v0.19.0...v0.19.1) (2024-10-02)

### Bug Fixes

* return from scan method if wifiAwareSupported is false ([f000816](f000816))
* solve exception when stopping Wi-Fi scans ([#37](#37)) ([3d3ff20](3d3ff20))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent 3d3ff20 commit 450a658
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.19.1](https://github.com/dronetag/flutter-opendroneid/compare/v0.19.0...v0.19.1) (2024-10-02)


### Bug Fixes

* return from scan method if wifiAwareSupported is false ([f000816](https://github.com/dronetag/flutter-opendroneid/commit/f000816342e61a4a4f5c07c2416092466eb80733))
* solve exception when stopping Wi-Fi scans ([#37](https://github.com/dronetag/flutter-opendroneid/issues/37)) ([3d3ff20](https://github.com/dronetag/flutter-opendroneid/commit/3d3ff20ae29aff5709898570f01854ae4fb82e8c))

# [0.19.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.18.1...v0.19.0) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_opendroneid
description: A flutter plugin for reading Wi-Fi and Bluetooth Remote ID advertisements using native Android and iOS platform-specific implementation.
version: 0.19.0
version: 0.19.1
repository: https://github.com/dronetag/flutter-opendroneid
environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 450a658

Please sign in to comment.