Skip to content

Commit 78f6969

Browse files
author
ovp-github-actions
committed
chore(release): 1.0.31
1 parent 52b7d1d commit 78f6969

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### 1.0.31 (2025-12-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **SUP-50889:** Call to action is not working in Firefox ([#43](https://github.com/kaltura/playkit-js-call-to-action/issues/43)) ([52b7d1d](https://github.com/kaltura/playkit-js-call-to-action/commit/52b7d1de62bdf5105d63de30c2055b4884d57b99))
11+
512
### 1.0.30 (2025-11-27)
613

714
### 1.0.29 (2025-11-06)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@playkit-js/call-to-action",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "",
55
"main": "dist/playkit-call-to-action.js",
66
"scripts": {
7-
"preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
7+
"disabled-preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
88
"clean": "rimraf ./dist",
99
"prebuild": "npm run clean",
1010
"build": "webpack --mode production",

0 commit comments

Comments
 (0)