Skip to content

Commit

Permalink
chore(release): 3.11.0-test-stall-patch.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Feb 21, 2023
1 parent aadf6c3 commit 9e4d9df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.11.0-test-stall-patch.0](https://github.com/kaltura/kaltura-player-js/compare/v3.10.0...v3.11.0-test-stall-patch.0) (2023-02-21)


### Features

* **FEC-12613:** Image Entry - Kava Analytics Events ([#604](https://github.com/kaltura/kaltura-player-js/issues/604)) ([5fcff2a](https://github.com/kaltura/kaltura-player-js/commit/5fcff2ae66440e801f00e77dd43cdb12a5020833))
* **FEC-12953:** Add configuration option to change the default playlist image item duration ([#607](https://github.com/kaltura/kaltura-player-js/issues/607)) ([a561249](https://github.com/kaltura/kaltura-player-js/commit/a5612491eb9f4fb524ac4e6ffd762890caeb0266)), closes [kaltura/playkit-js-image-player#10](https://github.com/kaltura/playkit-js-image-player/issues/10)


### Bug Fixes

* **FEC-12613:** fix isImg() public API name ([#605](https://github.com/kaltura/kaltura-player-js/issues/605)) ([14bce01](https://github.com/kaltura/kaltura-player-js/commit/14bce01ad32debaec9b7c8c862fbe2abc84cafa7))

## [3.10.0](https://github.com/kaltura/kaltura-player-js/compare/v3.9.0...v3.10.0) (2023-01-26)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaltura-player-js",
"version": "3.10.0",
"version": "3.11.0-test-stall-patch.0",
"keywords": [
"kaltura",
"player",
Expand Down Expand Up @@ -35,8 +35,8 @@
"prebuild": "npm run clean",
"precommit": "lint-staged",
"prettier:fix": "prettier --write .",
"publish": "git push --follow-tags --no-verify origin master",
"release": "standard-version",
"publish": "git push --follow-tags --no-verify origin test-stall-patch",
"release": "standard-version --prerelease test-stall-patch",
"test": "NODE_ENV=testing karma start --color --mode development",
"watch:ott": "sh ./scripts/job.sh watch ott",
"watch:ovp": "sh ./scripts/job.sh watch ovp"
Expand Down

0 comments on commit 9e4d9df

Please sign in to comment.