From a73d874b151a58bd8691cc9404b9af5abc4e1546 Mon Sep 17 00:00:00 2001 From: ovp-github-actions Date: Thu, 9 Jan 2025 13:17:12 +0000 Subject: [PATCH] chore(release): 3.3.20 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838b0db..5a11f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 3.3.20 (2025-01-09) + + +### Bug Fixes + +* **ADA-1988:** [ORS] - Playlist items - duration not read aloud by screen reader ([#71](https://github.com/kaltura/playkit-js-playlist/issues/71)) ([f0c385b](https://github.com/kaltura/playkit-js-playlist/commit/f0c385b3911c46a37ab3322d29d6c31af697b8b4)) + ### 3.3.19 (2024-12-19) ### 3.3.18 (2024-12-01) diff --git a/package.json b/package.json index 1265a1d..e6782aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js-playlist", - "version": "3.3.19", + "version": "3.3.20", "main": "dist/playkit-playlist.js", "scripts": { "clean": "rm -rf ./dist",