diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d03a9a4..8135489d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [4.1.0](https://github.com/cloudinary/cloudinary-video-player/compare/v4.0.3...v4.1.0) (2026-07-30) + + +### Bug Fixes + +* **ui:** show full playback rate values in the rates menu ([#1074](https://github.com/cloudinary/cloudinary-video-player/issues/1074)) ([521ab11](https://github.com/cloudinary/cloudinary-video-player/commit/521ab112ad55563aaca43a1b558bc3fd65615659)) + + +### Features + +* **config:** default preload to metadata ([#1076](https://github.com/cloudinary/cloudinary-video-player/issues/1076)) ([344f535](https://github.com/cloudinary/cloudinary-video-player/commit/344f535a32e6901663d2b3482d8c34ec1ee67b1d)) +* **types:** add event, videojs handle, and default export typings ([#1066](https://github.com/cloudinary/cloudinary-video-player/issues/1066)) ([c46375e](https://github.com/cloudinary/cloudinary-video-player/commit/c46375e6f92cc3882813e664aa63d0e1158eb80d)) + + + ## [4.0.3](https://github.com/cloudinary/cloudinary-video-player/compare/v4.0.2...v4.0.3) (2026-06-07) diff --git a/package-lock.json b/package-lock.json index 4b8f8123..85c48d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudinary-video-player", - "version": "4.0.3", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloudinary-video-player", - "version": "4.0.3", + "version": "4.1.0", "license": "MIT", "dependencies": { "@cloudinary/url-gen": "^1.22.0", diff --git a/package.json b/package.json index 0930f76d..7488f5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-video-player", - "version": "4.0.3", + "version": "4.1.0", "description": "Cloudinary Video Player", "author": "Cloudinary", "license": "MIT",