Skip to content

Commit b9592f4

Browse files
committed
Add version 2.16.1
1 parent 159561e commit b9592f4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.16.1]
2+
3+
### Fixed
4+
5+
* [react-native-videoeditorsdk] Fixed error when cancelling the editor.
6+
* [react-native-videoeditorsdk] Fixed missing export of `VideoSegment` type.
7+
* [react-native-videoeditorsdk] Fixed wrong types for `VESDK.openEditor`.
8+
19
## [2.16.0]
210

311
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-photoeditorsdk",
33
"title": "React Native module for PhotoEditor SDK",
4-
"version": "2.16.0",
4+
"version": "2.16.1",
55
"description": "A React Native module for PhotoEditor SDK. Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!",
66
"main": "index.js",
77
"typings": "index.d.ts",
@@ -38,6 +38,6 @@
3838
"react-native": ">=0.60.0 <1.0.x"
3939
},
4040
"dependencies": {
41-
"react-native-imglysdk": "2.16.0"
41+
"react-native-imglysdk": "2.16.1"
4242
}
4343
}

0 commit comments

Comments
 (0)