Skip to content

Commit 5e29b79

Browse files
cloudinary-jenkinscloudinary-bottsi
authored
chore: release v4.0.0 (#1040)
* chore: release v4.0.0 * Update CHANGELOG.md --------- Co-authored-by: cloudinary-bot <cloudinary-bot@users.noreply.github.com> Co-authored-by: Tsachi Shlidor <tsachi.shlidor@cloudinary.com>
1 parent 2e8540c commit 5e29b79

3 files changed

Lines changed: 8 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# [4.0.0](https://github.com/cloudinary/cloudinary-video-player/compare/v3.14.1...v4.0.0) (2026-04-29)
12

23

4+
### BREAKING CHANGES
5+
6+
* deliver lazy bundle by default ([2e8540c](https://github.com/cloudinary/cloudinary-video-player/commit/2e8540c67eb5e7dbaba805dd2c60d0471a416a0d))
7+
38
---
49

510
# v3 to v4 Changes - Lazy player by default

package-lock.json

Lines changed: 2 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-video-player",
3-
"version": "3.14.1",
3+
"version": "4.0.0",
44
"description": "Cloudinary Video Player",
55
"author": "Cloudinary",
66
"license": "MIT",
@@ -33,12 +33,9 @@
3333
"import": "./lib/all.js",
3434
"require": "./dist/player-full.min.js"
3535
},
36-
3736
"./player.min.css": "./lib/player.min.css",
3837
"./cld-video-player.min.css": "./lib/cld-video-player.min.css",
39-
4038
"./*": "./lib/*",
41-
4239
"./light/*": "./lib/*",
4340
"./videoPlayer": {
4441
"import": "./lib/index.js",

0 commit comments

Comments
 (0)