Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienbl committed Jun 22, 2020
1 parent 87f2e37 commit acbe695
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.3.0 (2020-06-22)


### Features

* added setAudioOutputDeviceMuted method ([5f5cab9](https://github.com/lucienbl/react-native-vivox/commit/5f5cab965e6b88d43e7199b831353863e65cf907))
* added setParticipantAudioOutputDeviceVolumeForMe method ([eadb9f9](https://github.com/lucienbl/react-native-vivox/commit/eadb9f904b2cfa3375d2c76c75019bda66a98a93))


### Bug Fixes

* ability to run on ios simulator ([665e2f9](https://github.com/lucienbl/react-native-vivox/commit/665e2f9226ea2d084bb97438dea23091ecfec52b))
* fixed android makefile ([2db139e](https://github.com/lucienbl/react-native-vivox/commit/2db139ef0fdc38bcd3ee1c9fddba35613a79c141))
* fixed ios audiosession configuration ([564bdfc](https://github.com/lucienbl/react-native-vivox/commit/564bdfc245e29e9ff5ebf6707eca4ddd566cb549))
* fixed js index method ([bdbbd0b](https://github.com/lucienbl/react-native-vivox/commit/bdbbd0b0e54b609e45e4e2be18ba500447c7e5c5))
* removed unnecessary android libs ([87f2e37](https://github.com/lucienbl/react-native-vivox/commit/87f2e371b91a86c313e215b8d422d71d4e082569))
* removed volume int pointers ([1e49083](https://github.com/lucienbl/react-native-vivox/commit/1e4908318098c7b438f6cba6fb3407820b9cb2a0))
* **android:** fixed regenerated libs ([034ac17](https://github.com/lucienbl/react-native-vivox/commit/034ac17b1898871ca4ea4f6be8aa5f830533223d))
* **android:** use boolean primitive types ([fdd5933](https://github.com/lucienbl/react-native-vivox/commit/fdd5933112e348eddb4015bd21bf4fe9539b8718))
* removed useless login timeout ([ff38688](https://github.com/lucienbl/react-native-vivox/commit/ff386886bbdb99c73347edc8a853ebc566f72cd3))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-vivox",
"title": "React Native Vivox",
"version": "0.2.1",
"version": "0.3.0",
"description": "TODO",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit acbe695

Please sign in to comment.