diff --git a/CHANGELOG.md b/CHANGELOG.md index c4afc537a..931078888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### 0.83.1 (2023-10-31) + + +### Bug Fixes + +* **SUP-39574:** Enable captions button is not working ([#725](https://github.com/kaltura/playkit-js/issues/725)) ([1f66b30](https://github.com/kaltura/playkit-js/commit/1f66b30)) + + + ## 0.83.0 (2023-10-08) diff --git a/package.json b/package.json index b83591248..4c704b7ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js", - "version": "0.83.0", + "version": "0.83.1", "main": "dist/playkit.js", "scripts": { "clean": "rm -rf ./dist",