Skip to content

Commit fe40b2e

Browse files
v4.4.0: fix: iOS module
1 parent 6d397c1 commit fe40b2e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
[Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases)
22

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+
312
## 4.3.1
413

514
- Android: ensure that intent action is not null

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-twilio-programmable-voice",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "React Native wrapper for Twilio Programmable Voice SDK",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)