Skip to content

Commit

Permalink
v4.4.0: fix: iOS module
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomoscon committed Apr 6, 2021
1 parent 6d397c1 commit fe40b2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[Release Section](https://github.com/hoxfon/react-native-twilio-programmable-voice/releases)

## 4.4.0

- iOS:
- project.pbxproj aligned to Xcode 12.4
- amend podspec
- remove not necessary files
- improve package.json syntax
- add peerDependency on react-native 0.60.0

## 4.3.1

- Android: ensure that intent action is not null
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": "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": {
Expand Down

0 comments on commit fe40b2e

Please sign in to comment.