Skip to content

Commit

Permalink
chore(release): 3.8.2-static-switch-new-shaka.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Dec 26, 2022
1 parent 30a7a82 commit 5b8924f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.8.2-static-switch-new-shaka.0](https://github.com/kaltura/kaltura-player-js/compare/v3.8.1...v3.8.2-static-switch-new-shaka.0) (2022-12-26)


### Bug Fixes

* **FEC-12779:** upgrade shaka v4.3.0 ([#594](https://github.com/kaltura/kaltura-player-js/issues/594)) ([3f42b6c](https://github.com/kaltura/kaltura-player-js/commit/3f42b6c))
* **FEC-12780:** upgrade hls.js v1.2.8 ([#595](https://github.com/kaltura/kaltura-player-js/issues/595)) ([96d40a2](https://github.com/kaltura/kaltura-player-js/commit/96d40a2))



### [3.8.1](https://github.com/kaltura/kaltura-player-js/compare/v3.8.0...v3.8.1) (2022-12-07)


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.8.1",
"version": "3.8.2-static-switch-new-shaka.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-patch-with-new-shaka",
"release": "standard-version --prerelease static-switch-new-shaka",
"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 5b8924f

Please sign in to comment.