From 01e88a76364cb870cef102c3a1b482e60173a914 Mon Sep 17 00:00:00 2001 From: Serhii Marchenko Date: Tue, 26 Oct 2021 13:01:13 +0300 Subject: [PATCH] chore(release): 1.2.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425fb28..52c8c42 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. +### [1.2.3](https://github.com/kaltura/playkit-js-kaltura-cuepoints/compare/v1.2.2...v1.2.3) (2021-10-26) + + +### Bug Fixes + +* **FEV-1104:** slides are missing during live when no DVR is configured ([#12](https://github.com/kaltura/playkit-js-kaltura-cuepoints/issues/12)) ([370c1f8](https://github.com/kaltura/playkit-js-kaltura-cuepoints/commit/370c1f8)) + + + ### [1.2.2](https://github.com/kaltura/playkit-js-kaltura-cuepoints/compare/v1.2.1...v1.2.2) (2021-10-19) diff --git a/package.json b/package.json index b0a3c34..227973b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js-kaltura-cuepoints", - "version": "1.2.2", + "version": "1.2.3", "main": "dist/playkit-kaltura-cuepoints.js", "scripts": { "clean": "rm -rf ./dist",