diff --git a/CHANGELOG.md b/CHANGELOG.md index e0578ea..6db0ed9 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.0.10 (2024-11-14) + + +### Bug Fixes + +* **SUP-44377:** Embeds impact on page load ([#33](https://github.com/kaltura/playkit-js-audio-player/issues/33)) ([72cdae0](https://github.com/kaltura/playkit-js-audio-player/commit/72cdae0a519a9f70a90a5d98da160815c6bc9696)) + ### 1.0.9 (2024-09-05) diff --git a/package.json b/package.json index 7a66f0d..3632530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/audio-player", - "version": "1.0.9", + "version": "1.0.10", "description": "", "main": "dist/playkit-audio-player.js", "scripts": {