Skip to content

Commit 11ee374

Browse files
committed
chore(release): 7.1.0
1 parent c47c8bd commit 11ee374

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.1.0](https://github.com/capacitor-community/bluetooth-le/compare/v7.0.0...v7.1.0) (2025-05-07)
6+
7+
8+
### Features
9+
10+
* **all:** support to pass manufacturerData to the scan filters ([#752](https://github.com/capacitor-community/bluetooth-le/issues/752)) ([c56b670](https://github.com/capacitor-community/bluetooth-le/commit/c56b6709c42133d56ff7a6b96fdd8fed16253b12))
11+
12+
13+
### Bug Fixes
14+
15+
* remove callback from map before invocation ([06eab26](https://github.com/capacitor-community/bluetooth-le/commit/06eab2606ab6c2dd08f16fe4022f2c5670b6f47a)), closes [#751](https://github.com/capacitor-community/bluetooth-le/issues/751)
16+
517
## [7.0.0](https://github.com/capacitor-community/bluetooth-le/compare/v6.1.0...v7.0.0) (2025-01-25)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/bluetooth-le",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Capacitor plugin for Bluetooth Low Energy ",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)