From 02f217841c0436420012e589a470e811273a3812 Mon Sep 17 00:00:00 2001 From: cloudinary-jenkins Date: Wed, 10 Dec 2025 12:01:11 +0200 Subject: [PATCH 1/2] chore: release master --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be84abe0..dc703804 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.2" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a3253d..3cd7892a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.6.0](https://github.com/cloudinary/cloudinary-video-player/compare/v3.5.2...v3.6.0) (2025-12-10) + + +### Features + +* add release-as input to force version ([28cb20c](https://github.com/cloudinary/cloudinary-video-player/commit/28cb20cc3baf04b1536f15854b66bc3e4550f523)) +* **VIDEO-20073:** video-specific config ([#920](https://github.com/cloudinary/cloudinary-video-player/issues/920)) ([210a235](https://github.com/cloudinary/cloudinary-video-player/commit/210a2352ad5c890174de10a03f7662b8c70482cf)) +* **VIDEO-20110:** video-elements - add support for poster ([#926](https://github.com/cloudinary/cloudinary-video-player/issues/926)) ([2dfb862](https://github.com/cloudinary/cloudinary-video-player/commit/2dfb86246375719eca06680598cd5c2d1faa0f94)) + + +### Bug Fixes + +* add OIDC permissions to publish jobs ([b7edacf](https://github.com/cloudinary/cloudinary-video-player/commit/b7edacf7196d8ddb706674f432bce332581c8afa)) +* disable component-in-tag for release-please ([1389d45](https://github.com/cloudinary/cloudinary-video-player/commit/1389d4501685506d367a32bdc662f52ef4234247)) +* improved analytics ([620b4a0](https://github.com/cloudinary/cloudinary-video-player/commit/620b4a043f7bb967549613d0682803dbc6d6bfb7)) +* make video-config configurable ([ed1fbef](https://github.com/cloudinary/cloudinary-video-player/commit/ed1fbef2f79619f638ad536a0fbe5a015170ca5d)) +* small improvements to internal-analytics ([acbcd6b](https://github.com/cloudinary/cloudinary-video-player/commit/acbcd6b242acb0bd5367a107d1de3987dcd6e142)) +* update release-please config ([1f2c7b7](https://github.com/cloudinary/cloudinary-video-player/commit/1f2c7b7f568b7a6a25f7328b9c86f265a6873c85)) + ## [3.5.2](https://github.com/cloudinary/cloudinary-video-player/compare/v3.5.1...v3.5.2) (2025-11-06) diff --git a/package.json b/package.json index be069b04..259b0577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-video-player", - "version": "3.5.2", + "version": "3.6.0", "description": "Cloudinary Video Player", "author": "Cloudinary", "license": "MIT", From b4c399c18bda19d7397a0864eca2d7276e1e8632 Mon Sep 17 00:00:00 2001 From: Tsachi Shlidor Date: Wed, 10 Dec 2025 12:04:24 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd7892a..808b6a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,14 @@ ### Features -* add release-as input to force version ([28cb20c](https://github.com/cloudinary/cloudinary-video-player/commit/28cb20cc3baf04b1536f15854b66bc3e4550f523)) * **VIDEO-20073:** video-specific config ([#920](https://github.com/cloudinary/cloudinary-video-player/issues/920)) ([210a235](https://github.com/cloudinary/cloudinary-video-player/commit/210a2352ad5c890174de10a03f7662b8c70482cf)) * **VIDEO-20110:** video-elements - add support for poster ([#926](https://github.com/cloudinary/cloudinary-video-player/issues/926)) ([2dfb862](https://github.com/cloudinary/cloudinary-video-player/commit/2dfb86246375719eca06680598cd5c2d1faa0f94)) ### Bug Fixes -* add OIDC permissions to publish jobs ([b7edacf](https://github.com/cloudinary/cloudinary-video-player/commit/b7edacf7196d8ddb706674f432bce332581c8afa)) -* disable component-in-tag for release-please ([1389d45](https://github.com/cloudinary/cloudinary-video-player/commit/1389d4501685506d367a32bdc662f52ef4234247)) * improved analytics ([620b4a0](https://github.com/cloudinary/cloudinary-video-player/commit/620b4a043f7bb967549613d0682803dbc6d6bfb7)) -* make video-config configurable ([ed1fbef](https://github.com/cloudinary/cloudinary-video-player/commit/ed1fbef2f79619f638ad536a0fbe5a015170ca5d)) -* small improvements to internal-analytics ([acbcd6b](https://github.com/cloudinary/cloudinary-video-player/commit/acbcd6b242acb0bd5367a107d1de3987dcd6e142)) -* update release-please config ([1f2c7b7](https://github.com/cloudinary/cloudinary-video-player/commit/1f2c7b7f568b7a6a25f7328b9c86f265a6873c85)) +* update release-please ([1f2c7b7](https://github.com/cloudinary/cloudinary-video-player/commit/1f2c7b7f568b7a6a25f7328b9c86f265a6873c85)) ## [3.5.2](https://github.com/cloudinary/cloudinary-video-player/compare/v3.5.1...v3.5.2) (2025-11-06)