1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@gkatsev bumped chg to fix stalling issues. closes #2732

This commit is contained in:
Gary Katsevman 2015-10-23 16:15:07 -04:00
parent d9524d4d35
commit c89f645600
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ CHANGELOG
* @imbcmdth fixed an issue with emulateTextTracks being called before the tech dom was ready ([view](https://github.com/videojs/video.js/pull/2692))
* @gkatsev bumped obj.assign to fix uncaught SecurityError in iframes. Fixes #2703 ([view](https://github.com/videojs/video.js/pull/2721))
* @gkatsev updated contrib update and have contrib release only update local branches ([view](https://github.com/videojs/video.js/pull/2723))
* @gkatsev bumped chg to fix stalling issues ([view](https://github.com/videojs/video.js/pull/2732))
--------------------

View File

@ -41,7 +41,7 @@
"browserify-derequire": "^0.9.4",
"browserify-istanbul": "^0.2.1",
"browserify-versionify": "^1.0.4",
"chg": "~0.2.0",
"chg": "^0.3.2",
"css": "^2.2.0",
"es5-shim": "^4.1.3",
"grunt": "^0.4.4",