From 010874d3043f65d42eaaebf1bc3587065ac65836 Mon Sep 17 00:00:00 2001 From: ovp-github-actions Date: Sun, 8 Oct 2023 07:48:51 +0000 Subject: [PATCH] chore(release): 0.83.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d2f51a6..c4afc537a 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.0 (2023-10-08) + + +### Features + +* **FEC-13390:** add canary workflow that uses script from common ([#723](https://github.com/kaltura/playkit-js/issues/723)) ([3c05dde](https://github.com/kaltura/playkit-js/commit/3c05dde)) + + + ### 0.82.7 (2023-08-21) diff --git a/package.json b/package.json index 72e5b7f11..b83591248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js", - "version": "0.82.7", + "version": "0.83.0", "main": "dist/playkit.js", "scripts": { "clean": "rm -rf ./dist",