Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
chore: ๐Ÿ”– release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Apr 11, 2023
1 parent f6789d4 commit a287c09
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a287c09

Please sign in to comment.