diff --git a/CHANGELOG.md b/CHANGELOG.md index af55dd7..f61613b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.3](https://github.com/AndrewDongminYoo/segway-ble-manager/compare/v0.1.2...v0.1.3) (2023-04-04) + +### Performance Improvements + +- **application:** ⚡️ reverted to asynchrocous functions ([3f626eb](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/3f626eb56a0704beea9cfb3dd3bf46afe427a4df)) + +### Documentation + +- **application:** 📝 build auto-generated postman document with jsdoc ([e00e1f2](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/e00e1f2acc2555ad4cf0a9e9de92660e85ce752d)) +- **application:** 📝 the module interface has been slightly modified ([07a8998](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/07a89981add6bb9b6e85da34c6638417f346e242)) + ## [0.1.2](https://github.com/AndrewDongminYoo/segway-ble-manager/compare/v0.1.0-beta.0...v0.1.2) (2023-04-04) ## [0.1.1](https://github.com/AndrewDongminYoo/segway-ble-manager/compare/v0.1.0-beta.0...v0.1.1) (2023-04-04) diff --git a/package.json b/package.json index bae8e9f..b210e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dongminyu/segway-ble-manager", - "version": "0.1.2", + "version": "0.1.3", "summary": "React Native library for managing Bluetooth Low Energy (BLE) connections with Segway devices.", "description": "`react-native-segway-ble-manager` provides an easy-to-use API for connecting to and communicating with Segway devices over BLE. The library supports both Android and iOS platforms and includes features such as device discovery, connection management, and data transfer. With `react-native-segway-ble-manager`, developers can easily integrate Segway device control into their React Native applications.", "main": "lib/commonjs/index",