Skip to content

Commit

Permalink
Add version 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Oct 26, 2022
1 parent 159561e commit b9592f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.16.1]

### Fixed

* [react-native-videoeditorsdk] Fixed error when cancelling the editor.
* [react-native-videoeditorsdk] Fixed missing export of `VideoSegment` type.
* [react-native-videoeditorsdk] Fixed wrong types for `VESDK.openEditor`.

## [2.16.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-photoeditorsdk",
"title": "React Native module for PhotoEditor SDK",
"version": "2.16.0",
"version": "2.16.1",
"description": "A React Native module for PhotoEditor SDK. Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -38,6 +38,6 @@
"react-native": ">=0.60.0 <1.0.x"
},
"dependencies": {
"react-native-imglysdk": "2.16.0"
"react-native-imglysdk": "2.16.1"
}
}

0 comments on commit b9592f4

Please sign in to comment.