From a287c09fca10f50a8bb23207a1e8849a6831e205 Mon Sep 17 00:00:00 2001 From: "Dongmin,Yoo" Date: Tue, 11 Apr 2023 15:02:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 +++++++++++++++++++++- package.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f61613b..96d5a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.0](https://github.com/AndrewDongminYoo/segway-ble-manager/compare/v0.1.3...v0.2.0) (2023-04-11) + + +### Features + +* **android:** ⬆️ sd_ble_sdk restroed ([1401513](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/1401513855a1b67f0f705c02b72a3a371f91734c)) + + +### Bug Fixes + +* **android:** 🐛 kt-gradle version downgrade ([f2b653a](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/f2b653a249f8d2ff1751c6732043402629129f7e)) +* **android:** dynamic version error resolved ([0e709a4](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/0e709a4a339da11b88f32cdbe8b3184c0b467f6b)) +* **react:** 🚑️ vulnerabilities found - `jsdoc > taffydb` ([f598c80](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/f598c80bb9f6e25443d116d642c72fe6407fd150)) + + +### Documentation + +* 📝 module's interface consists ([bd19729](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/bd197291aab53c5079e36fbf1e8fb47a7b4c48d8)) +* **react:** 📝 finish documentation ([f6789d4](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/f6789d4d872a2b8970fd8fdfffa3a99f53ee3cba)) + ## [0.1.3](https://github.com/AndrewDongminYoo/segway-ble-manager/compare/v0.1.2...v0.1.3) (2023-04-04) ### Performance Improvements @@ -46,4 +66,4 @@ ### Documentation - **application:** 🔧 many changes related with JSDoc ([8f7e31c](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/8f7e31ca226803ae6d38ada978147d5e5f9eb020)) -- **application:** 📝 wrote many many JSDoc block comments ([d8d4ff4](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/d8d4ff49c2313c73a2cec7d9798f775dcd07c6bd)) +- **application:** 📝 wrote many many JSDoc block comments ([d8d4ff4](https://github.com/AndrewDongminYoo/segway-ble-manager/commit/d8d4ff49c2313c73a2cec7d9798f775dcd07c6bd)) \ No newline at end of file diff --git a/package.json b/package.json index 7e8491b..3da2f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dongminyu/segway-ble-manager", - "version": "0.1.3", + "version": "0.2.0", "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",