From 9070a93b48a4fdc7c256c86b7871c48559665322 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Mar 2024 15:53:07 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.4.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.3.0...v1.4.0) (2024-03-14) ### New Features 🚀 * **srgssr-middleware:** add custom text tracks cuechange event proxy ([e2d2762](https://github.com/SRGSSR/pillarbox-web/commit/e2d27624da8c5ab3e79ed2d939203cf117d65b0c)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b2f0865..f0d705a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.3.0...v1.4.0) (2024-03-14) + + +### New Features 🚀 + +* **srgssr-middleware:** add custom text tracks cuechange event proxy ([e2d2762](https://github.com/SRGSSR/pillarbox-web/commit/e2d27624da8c5ab3e79ed2d939203cf117d65b0c)) + ## [1.3.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.2.1...v1.3.0) (2024-03-14) diff --git a/package.json b/package.json index 7bdbe84..4077abd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@srgssr/pillarbox-web", "description": "Pillarbox is the modern SRG SSR player", - "version": "1.3.0", + "version": "1.4.0", "type": "module", "module": "dist/pillarbox.es.js", "style": "./dist/pillarbox.min.css",