67abe293 by David LaPalomento

Release v0.17.6

1 parent f9633470
...@@ -2,10 +2,13 @@ CHANGELOG ...@@ -2,10 +2,13 @@ CHANGELOG
2 ========= 2 =========
3 3
4 ## HEAD (Unreleased) 4 ## HEAD (Unreleased)
5 * autoplay at the live point. fix live id3 cue insertion. ([view](https://github.com/videojs/videojs-contrib-hls/pull/353)) 5 _(none)_
6 6
7 -------------------- 7 --------------------
8 8
9 ## 0.17.6 (2015-07-29)
10 * autoplay at the live point. fix live id3 cue insertion. ([view](https://github.com/videojs/videojs-contrib-hls/pull/353))
11
9 ## 0.17.5 (2015-07-14) 12 ## 0.17.5 (2015-07-14)
10 * do not assume media sequence starts at zero ([view](https://github.com/videojs/videojs-contrib-hls/pull/346)) 13 * do not assume media sequence starts at zero ([view](https://github.com/videojs/videojs-contrib-hls/pull/346))
11 * fix error with audio- or video-only streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/348)) 14 * fix error with audio- or video-only streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/348))
......
1 { 1 {
2 "name": "videojs-contrib-hls", 2 "name": "videojs-contrib-hls",
3 "version": "0.17.5", 3 "version": "0.17.6",
4 "engines": { 4 "engines": {
5 "node": ">= 0.10.12" 5 "node": ">= 0.10.12"
6 }, 6 },
......