Skip to content

Commit acbe695

Browse files
committed
chore(release): 0.3.0
1 parent 87f2e37 commit acbe695

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.3.0 (2020-06-22)
6+
7+
8+
### Features
9+
10+
* added setAudioOutputDeviceMuted method ([5f5cab9](https://github.com/lucienbl/react-native-vivox/commit/5f5cab965e6b88d43e7199b831353863e65cf907))
11+
* added setParticipantAudioOutputDeviceVolumeForMe method ([eadb9f9](https://github.com/lucienbl/react-native-vivox/commit/eadb9f904b2cfa3375d2c76c75019bda66a98a93))
12+
13+
14+
### Bug Fixes
15+
16+
* ability to run on ios simulator ([665e2f9](https://github.com/lucienbl/react-native-vivox/commit/665e2f9226ea2d084bb97438dea23091ecfec52b))
17+
* fixed android makefile ([2db139e](https://github.com/lucienbl/react-native-vivox/commit/2db139ef0fdc38bcd3ee1c9fddba35613a79c141))
18+
* fixed ios audiosession configuration ([564bdfc](https://github.com/lucienbl/react-native-vivox/commit/564bdfc245e29e9ff5ebf6707eca4ddd566cb549))
19+
* fixed js index method ([bdbbd0b](https://github.com/lucienbl/react-native-vivox/commit/bdbbd0b0e54b609e45e4e2be18ba500447c7e5c5))
20+
* removed unnecessary android libs ([87f2e37](https://github.com/lucienbl/react-native-vivox/commit/87f2e371b91a86c313e215b8d422d71d4e082569))
21+
* removed volume int pointers ([1e49083](https://github.com/lucienbl/react-native-vivox/commit/1e4908318098c7b438f6cba6fb3407820b9cb2a0))
22+
* **android:** fixed regenerated libs ([034ac17](https://github.com/lucienbl/react-native-vivox/commit/034ac17b1898871ca4ea4f6be8aa5f830533223d))
23+
* **android:** use boolean primitive types ([fdd5933](https://github.com/lucienbl/react-native-vivox/commit/fdd5933112e348eddb4015bd21bf4fe9539b8718))
24+
* removed useless login timeout ([ff38688](https://github.com/lucienbl/react-native-vivox/commit/ff386886bbdb99c73347edc8a853ebc566f72cd3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-vivox",
33
"title": "React Native Vivox",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"description": "TODO",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)