Skip to content

Commit d13c599

Browse files
committed
v3.0.16
1 parent 63a01c2 commit d13c599

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.16](https://github.com/eddyverbruggen/@nativescript-community/ble/compare/v3.0.15...v3.0.16) (2021-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* typings fix ([0a3afc0](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/0a3afc071ac723a6c823298d323510396d3d3209))
12+
* **android:** 2m phy selection is now only attempted if isLe2MPhySupported is true. ([8124923](https://github.com/eddyverbruggen/@nativescript-community/ble/commit/81249234c380d983f14c62924fb4f0ceb4a723b7))
13+
14+
15+
16+
17+
618
## [3.0.15](https://github.com/eddyverbruggen/@nativescript-community/ble/compare/v3.0.14...v3.0.15) (2021-02-18)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "3.0.15",
5+
"version": "3.0.16",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.16](https://github.com/nativescript-community/ble/compare/v3.0.15...v3.0.16) (2021-03-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ble
9+
10+
11+
12+
13+
614
## [3.0.15](https://github.com/nativescript-community/ble/compare/v3.0.14...v3.0.15) (2021-02-18)
715

816
**Note:** Version bump only for package @nativescript-community/ble

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ble",
3-
"version": "3.0.15",
3+
"version": "3.0.16",
44
"description": "Connect to and interact with Bluetooth LE peripherals.",
55
"main": "./bluetooth",
66
"typings": "./bluetooth.d.ts",

0 commit comments

Comments
 (0)