Skip to content

Commit

Permalink
v3.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 17, 2023
1 parent c09b7f8 commit efc961b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.17](https://github.com/nativescript-community/ble/compare/v3.1.16...v3.1.17) (2023-11-17)

### Bug Fixes

* **android:** error wile sending array to char ([6ffa83f](https://github.com/nativescript-community/ble/commit/6ffa83fc327b1c8a1422a27eb07de68d21a409ca))

## [3.1.16](https://github.com/nativescript-community/ble/compare/v3.1.15...v3.1.16) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.16",
"version": "3.1.17",
"packages": [
"packages/*"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/ble/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.17](https://github.com/nativescript-community/ble/compare/v3.1.16...v3.1.17) (2023-11-17)

### Bug Fixes

* **android:** error wile sending array to char ([6ffa83f](https://github.com/nativescript-community/ble/commit/6ffa83fc327b1c8a1422a27eb07de68d21a409ca))

## [3.1.16](https://github.com/nativescript-community/ble/compare/v3.1.15...v3.1.16) (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ble",
"version": "3.1.16",
"version": "3.1.17",
"description": "Connect to and interact with Bluetooth LE peripherals.",
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit efc961b

Please sign in to comment.