Skip to content

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.0](v1.15.2...v1.16.0) (2025-01-24)

### New Features 🚀

* **progress-control:** remove play progress time tooltip ([6b3c0a4](6b3c0a4))

### Chore 🧹

* **npm:** update to video.js and videojs-contrib-eme ([75d9b88](75d9b88))

### Enhancements and Bug Fixes 🐛

* **srgssr-middleware:** geoblocked mediaComposition without resourceList ([66328dc](66328dc))
  • Loading branch information
semantic-release-bot committed Jan 24, 2025
1 parent 6b3c0a4 commit 8d3c744
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.16.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.15.2...v1.16.0) (2025-01-24)


### New Features 🚀

* **progress-control:** remove play progress time tooltip ([6b3c0a4](https://github.com/SRGSSR/pillarbox-web/commit/6b3c0a459b27a05160611707614213efa24ade0c))


### Chore 🧹

* **npm:** update to video.js and videojs-contrib-eme ([75d9b88](https://github.com/SRGSSR/pillarbox-web/commit/75d9b88243959f61d9df802bc3700a30e740a78d))


### Enhancements and Bug Fixes 🐛

* **srgssr-middleware:** geoblocked mediaComposition without resourceList ([66328dc](https://github.com/SRGSSR/pillarbox-web/commit/66328dcf24b0c2819cb595dbda4d7e2754a5e3be))

## [1.15.2](https://github.com/SRGSSR/pillarbox-web/compare/v1.15.1...v1.15.2) (2024-12-16)


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,7 +1,7 @@
{
"name": "@srgssr/pillarbox-web",
"description": "Pillarbox is the modern SRG SSR player",
"version": "1.15.2",
"version": "1.16.0",
"type": "module",
"module": "dist/pillarbox.es.js",
"main": "dist/pillarbox.cjs.js",
Expand Down

0 comments on commit 8d3c744

Please sign in to comment.