diff --git a/CHANGELOG.md b/CHANGELOG.md index 9156a2f..c279955 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.5.2 (2024-02-04) + + +### Bug Fixes + +* **FEC-13517:** Wrong and inconsistent order of plugins & Plugins buttons sometimes display with the wrong icon ([#51](https://github.com/kaltura/playkit-js-ui-managers/issues/51)) ([281cb2a](https://github.com/kaltura/playkit-js-ui-managers/commit/281cb2a2a550d51287608aa4ec72eb2ed0e91335)) + ### 1.5.1 (2024-01-22) ## 1.5.0 (2023-12-19) diff --git a/package.json b/package.json index ae3e829..02150fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/ui-managers", - "version": "1.5.1", + "version": "1.5.2", "description": "", "main": "dist/playkit-ui-manager.js", "types": "types/index.d.ts",