7aabe429 by David LaPalomento

Release v0.17.5

1 parent 05391966
...@@ -2,11 +2,14 @@ CHANGELOG ...@@ -2,11 +2,14 @@ CHANGELOG
2 ========= 2 =========
3 3
4 ## HEAD (Unreleased) 4 ## HEAD (Unreleased)
5 * do not assume media sequence starts at zero ([view](https://github.com/videojs/videojs-contrib-hls/pull/346)) 5 _(none)_
6 * fix error with audio- or video-only streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/348))
7 6
8 -------------------- 7 --------------------
9 8
9 ## 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))
11 * fix error with audio- or video-only streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/348))
12
10 ## 0.17.4 (2015-07-12) 13 ## 0.17.4 (2015-07-12)
11 * Fix seeks between segments. Improve duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/339)) 14 * Fix seeks between segments. Improve duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/339))
12 15
......
1 { 1 {
2 "name": "videojs-contrib-hls", 2 "name": "videojs-contrib-hls",
3 "version": "0.17.4", 3 "version": "0.17.5",
4 "engines": { 4 "engines": {
5 "node": ">= 0.10.12" 5 "node": ">= 0.10.12"
6 }, 6 },
......