Skip to content

Commit

Permalink
chore(release): 3.6.2-test-hlsjs-bitrate-fix.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Sep 8, 2022
1 parent 18fd9ca commit 9dca9ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.6.2-test-hlsjs-bitrate-fix.0](https://github.com/kaltura/kaltura-player-js/compare/v3.6.1...v3.6.2-test-hlsjs-bitrate-fix.0) (2022-09-08)



### [3.6.1](https://github.com/kaltura/kaltura-player-js/compare/v3.6.0...v3.6.1) (2022-09-01)


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.6.1",
"version": "3.6.2-test-hlsjs-bitrate-fix.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-hlsjs-bitrate-fix",
"release": "standard-version --prerelease test-hlsjs-bitrate-fix",
"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 9dca9ed

Please sign in to comment.