We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d397c1 commit fe40b2eCopy full SHA for fe40b2e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
[Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases)
2
3
+## 4.4.0
4
+
5
+- iOS:
6
+ - project.pbxproj aligned to Xcode 12.4
7
+ - amend podspec
8
+ - remove not necessary files
9
+ - improve package.json syntax
10
+ - add peerDependency on react-native 0.60.0
11
12
## 4.3.1
13
14
- Android: ensure that intent action is not null
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-twilio-programmable-voice",
- "version": "4.3.1",
+ "version": "4.4.0",
"description": "React Native wrapper for Twilio Programmable Voice SDK",
"main": "index.js",
"scripts": {
0 commit comments