Skip to content

Commit e6469f6

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4cdf79 commit e6469f6

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/gentle-houses-attack.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# react-native-youtube-bridge
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- b4cdf79: fix: where onProgress is not called when seekTo is invoked
8+
- add TSDoc documentation
9+
- add defensive logic for cases without videoId
10+
- fix issue where seekTo doesn't work properly when paused without interval
11+
312
## 0.2.0
413

514
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-youtube-bridge",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "react-native-youtube",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)