diff --git a/CHANGELOG.md b/CHANGELOG.md index cfcde2634..4fcb7316c 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.82.2 (2023-05-08) + + +### Bug Fixes + +* **FEC-13123:** replace travis with github actions ([822eab8](https://github.com/kaltura/playkit-js/commit/822eab8)) + + + ### [0.82.1](https://github.com/kaltura/playkit-js/compare/v0.82.0...v0.82.1) (2023-03-22) diff --git a/package.json b/package.json index ef05f822b..f9e871346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js", - "version": "0.82.1", + "version": "0.82.2", "main": "dist/playkit.js", "scripts": { "clean": "rm -rf ./dist",