From 6bbbe0f7f2cc95f9fade893a3d60895e859ca9dc Mon Sep 17 00:00:00 2001 From: ovp-github-actions Date: Thu, 28 Nov 2024 16:00:30 +0000 Subject: [PATCH] chore(release): 1.6.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195ef08..fdc97d8 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. +### 1.6.3 (2024-11-28) + + +### Bug Fixes + +* **ADA-1777:** University of Illinois Urbana-Champaign (ADA) V7 playe… ([#68](https://github.com/kaltura/playkit-js-ui-managers/issues/68)) ([cef5e9f](https://github.com/kaltura/playkit-js-ui-managers/commit/cef5e9f0b68d91551588bd506112225ee5e5a51d)), closes [#8](https://github.com/kaltura/playkit-js-ui-managers/issues/8) [kaltura/playkit-js-transcript#228](https://github.com/kaltura/playkit-js-transcript/issues/228) + ### 1.6.2 (2024-11-14) diff --git a/package.json b/package.json index ab05e93..c7da47f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/ui-managers", - "version": "1.6.2", + "version": "1.6.3", "description": "", "main": "dist/playkit-ui-manager.js", "types": "types/index.d.ts",