Skip to content

Commit

Permalink
chore(release): 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Nov 7, 2017
1 parent 6d14c50 commit 8f445d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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.

<a name="1.3.2"></a>
## [1.3.2](https://github.com/kaltura/playkit-js-providers/compare/v1.3.1...v1.3.2) (2017-11-07)


### Bug Fixes

* **FEC-7389:** player is not playing over https ([#33](https://github.com/kaltura/playkit-js-providers/issues/33)) ([8e436e3](https://github.com/kaltura/playkit-js-providers/commit/8e436e3))



<a name="1.3.1"></a>
## [1.3.1](https://github.com/kaltura/playkit-js-providers/compare/v1.3.0...v1.3.1) (2017-09-26)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playkit-js-providers",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"scripts": {
"clean": "rm -rf ./dist",
Expand All @@ -15,7 +15,7 @@
"test:safari": "NODE_ENV=test karma start --color --browsers Safari",
"test:watch": "NODE_ENV=test karma start --color --auto-watch",
"start": "webpack-dev-server",
"release:dry-run": "standard-version --dry-run",
"release:dry-run": "standard-version --dry-run",
"release": "standard-version",
"publish": "git push --follow-tags --no-verify origin master",
"eslint": "eslint . --color",
Expand Down

0 comments on commit 8f445d4

Please sign in to comment.