From e7428f6bb8c216730b05748d897d9627c4dfdd79 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Fri, 16 Feb 2024 14:49:23 +0100 Subject: [PATCH] Add changelog for Yospace connector --- yospace/CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 yospace/CHANGELOG.md diff --git a/yospace/CHANGELOG.md b/yospace/CHANGELOG.md new file mode 100644 index 00000000..e4ea9303 --- /dev/null +++ b/yospace/CHANGELOG.md @@ -0,0 +1,41 @@ +# @theoplayer/yospace-connector-web + +## 2.0.0 + +### ✨ Features + +- Upgrade to latest Yospace Ad Management SDK + +## 1.4.0 + +### ✨ Features + +- Allow THEOplayer 6.0.0 as peer dependency + +## 1.3.0 + +### ✨ Features + +- Update THEOplayer peer dependency + +## 1.2.0 + +### ✨ Features + +- Expose typings + +### 🐛 Issues + +- Handle empty `activeCues` list + +## 1.1.0 + +### ✨ Features + +- Add support for custom Analytics Event Observers + +## 1.0.0 + +### ✨ Features + +- Initial release