From 13930d62e07cac3a425f9dc40dcbb840fdfe8abd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jun 2024 08:16:11 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [@srgssr/pillarbox-playlist-v1.1.1](https://github.com/SRGSSR/pillarbox-web-suite/compare/@srgssr/pillarbox-playlist-v1.1.0...@srgssr/pillarbox-playlist-v1.1.1) (2024-06-10) ### Enhancements and Bug Fixes 🐛 * preserve default options when adding new translations ([2efcfd1](https://github.com/SRGSSR/pillarbox-web-suite/commit/2efcfd1dbbe82f12f9f6beae65148e89e8597eae)) --- packages/pillarbox-playlist/CHANGELOG.md | 7 +++++++ packages/pillarbox-playlist/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/pillarbox-playlist/CHANGELOG.md b/packages/pillarbox-playlist/CHANGELOG.md index eef1aa7..5cc8234 100644 --- a/packages/pillarbox-playlist/CHANGELOG.md +++ b/packages/pillarbox-playlist/CHANGELOG.md @@ -1,3 +1,10 @@ +## [@srgssr/pillarbox-playlist-v1.1.1](https://github.com/SRGSSR/pillarbox-web-suite/compare/@srgssr/pillarbox-playlist-v1.1.0...@srgssr/pillarbox-playlist-v1.1.1) (2024-06-10) + + +### Enhancements and Bug Fixes 🐛 + +* preserve default options when adding new translations ([2efcfd1](https://github.com/SRGSSR/pillarbox-web-suite/commit/2efcfd1dbbe82f12f9f6beae65148e89e8597eae)) + ## [@srgssr/pillarbox-playlist-v1.1.0](https://github.com/SRGSSR/pillarbox-web-suite/compare/@srgssr/pillarbox-playlist-v1.0.0...@srgssr/pillarbox-playlist-v1.1.0) (2024-06-06) diff --git a/packages/pillarbox-playlist/package.json b/packages/pillarbox-playlist/package.json index 1aad22f..1d5357d 100644 --- a/packages/pillarbox-playlist/package.json +++ b/packages/pillarbox-playlist/package.json @@ -1,7 +1,7 @@ { "name": "@srgssr/pillarbox-playlist", "description": "Add Playlist management capabilities to video.js", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "repository": { "type": "git",