2ce42f83 by David LaPalomento

0.17.1

1 parent 84017e77
...@@ -2,10 +2,13 @@ CHANGELOG ...@@ -2,10 +2,13 @@ CHANGELOG
2 ========= 2 =========
3 3
4 ## HEAD (Unreleased) 4 ## HEAD (Unreleased)
5 * @dmlap do not preload live videos ([view](https://github.com/videojs/videojs-contrib-hls/pull/299)) 5
6 6
7 -------------------- 7 --------------------
8 8
9 ## 0.17.1 (2015-06-08)
10 * @dmlap do not preload live videos ([view](https://github.com/videojs/videojs-contrib-hls/pull/299))
11
9 ## 0.17.0 (2015-06-05) 12 ## 0.17.0 (2015-06-05)
10 * @dmlap implement seekable for live streams. Fix in-band metadata timing for live streams. ([view](https://github.com/videojs/videojs-contrib-hls/pull/295)) 13 * @dmlap implement seekable for live streams. Fix in-band metadata timing for live streams. ([view](https://github.com/videojs/videojs-contrib-hls/pull/295))
11 14
......
1 { 1 {
2 "name": "videojs-contrib-hls", 2 "name": "videojs-contrib-hls",
3 "version": "0.17.0", 3 "version": "0.17.1",
4 "engines": { 4 "engines": {
5 "node": ">= 0.10.12" 5 "node": ">= 0.10.12"
6 }, 6 },
......