From c803eedcd043d2adbe526169f7d870ab78d6ec71 Mon Sep 17 00:00:00 2001 From: ovp-github-actions Date: Thu, 19 Sep 2024 09:12:03 +0000 Subject: [PATCH] chore(release): 3.3.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c39da..f7fd2c2 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. +### 3.3.14 (2024-09-19) + + +### Bug Fixes + +* **ADA-1393:** Update dependencies ([#66](https://github.com/kaltura/playkit-js-playlist/issues/66)) ([078091d](https://github.com/kaltura/playkit-js-playlist/commit/078091d984221e50739bb927338964d1cc7462bd)) + ### 3.3.13 (2024-08-03) ### 3.3.12 (2024-06-30) diff --git a/package.json b/package.json index 68fafd3..9a112cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js-playlist", - "version": "3.3.13", + "version": "3.3.14", "main": "dist/playkit-playlist.js", "scripts": { "clean": "rm -rf ./dist",