Skip to content

Commit

Permalink
chore(master): release 2.0.3 (#657)
Browse files Browse the repository at this point in the history
* chore(master): release 2.0.3

* Update CHANGELOG.md

---------

Co-authored-by: Tsachi Shlidor <[email protected]>
  • Loading branch information
cloudinary-jenkins and tsi authored Jun 16, 2024
1 parent fd3f6a4 commit 3e1cad5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [2.0.3](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.2...v2.0.3) (2024-06-10)


### Bug Fixes

* bump video analytics, trigger analytics event only once ([#637](https://github.com/cloudinary/cloudinary-video-player/issues/637))
* handle live streams ([#641](https://github.com/cloudinary/cloudinary-video-player/issues/641))
* prevent undefined error when seek-thumbnails are unavailable ([#635](https://github.com/cloudinary/cloudinary-video-player/issues/635))
* text track with no src should fall-back to transcript ([#640](https://github.com/cloudinary/cloudinary-video-player/issues/640))

## [2.0.2](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.1...v2.0.2) (2024-05-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-video-player",
"version": "2.0.2",
"version": "2.0.3",
"description": "Cloudinary Video Player",
"author": "Cloudinary",
"license": "MIT",
Expand Down

0 comments on commit 3e1cad5

Please sign in to comment.