Skip to content

Commit

Permalink
Update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Mar 30, 2022
1 parent 072ca81 commit ffc58a9
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 346 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelogs

## 3.4.0
* Added kAudioFormatMPEG4AAC to AVEncodingType by @le-ar in https://github.com/hyochan/react-native-audio-recorder-player/pull/431

## 3.3.4

Fix playback of local files in iOS [#416](https://github.com/hyochan/react-native-audio-recorder-player/pull/416)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-audio-recorder-player",
"version": "3.3.4",
"version": "3.4.0",
"description": "React Native Audio Recorder and Player.",
"homepage": "https://github.com/dooboolab/react-native-audio-recorder-player",
"main": "index.ts",
Expand Down Expand Up @@ -33,16 +33,16 @@
"dooboolab-welcome": "^1.3.2"
},
"devDependencies": {
"@dooboo/eslint-config": "^1.2.2",
"@types/eslint": "^8.2.0",
"@types/react": "17.0.37",
"@types/react-native": "^0.66.6",
"@dooboo/eslint-config": "^1.3.4",
"@types/eslint": "^8.4.1",
"@types/react": "17.0.43",
"@types/react-native": "^0.67.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.3.0",
"eslint": "^8.12.0",
"eslint-plugin-prettier": "^4.0.0",
"flow-bin": "^0.166.1",
"flowgen": "^1.16.1",
"prettier": "^2.5.0",
"typescript": "^4.5.2"
"flow-bin": "^0.174.1",
"flowgen": "^1.17.0",
"prettier": "^2.6.1",
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit ffc58a9

Please sign in to comment.