diff --git a/.changeset/gentle-houses-attack.md b/.changeset/gentle-houses-attack.md deleted file mode 100644 index 96cafd9..0000000 --- a/.changeset/gentle-houses-attack.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"react-native-youtube-bridge": patch ---- - -fix: where onProgress is not called when seekTo is invoked -- add TSDoc documentation -- add defensive logic for cases without videoId -- fix issue where seekTo doesn't work properly when paused without interval diff --git a/CHANGELOG.md b/CHANGELOG.md index 3295a82..ea67866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # react-native-youtube-bridge +## 0.2.1 + +### Patch Changes + +- b4cdf79: fix: where onProgress is not called when seekTo is invoked + - add TSDoc documentation + - add defensive logic for cases without videoId + - fix issue where seekTo doesn't work properly when paused without interval + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index ca43f2c..16cf432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-youtube-bridge", - "version": "0.2.0", + "version": "0.2.1", "description": "react-native-youtube", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",