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.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Apr 4, 2023
1 parent 3f626eb commit 3d00839
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
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.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",
Expand Down

0 comments on commit 3d00839

Please sign in to comment.