675d9423 by David LaPalomento

Release v0.17.2

1 parent 83073c71
...@@ -2,11 +2,14 @@ CHANGELOG ...@@ -2,11 +2,14 @@ CHANGELOG
2 ========= 2 =========
3 3
4 ## HEAD (Unreleased) 4 ## HEAD (Unreleased)
5 5 _(none)_
6 * @dmlap fix seeking in live streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/308))
7 6
8 -------------------- 7 --------------------
9 8
9 ## 0.17.2 (2015-06-15)
10
11 * @dmlap fix seeking in live streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/308))
12
10 ## 0.17.1 (2015-06-08) 13 ## 0.17.1 (2015-06-08)
11 * @dmlap do not preload live videos ([view](https://github.com/videojs/videojs-contrib-hls/pull/299)) 14 * @dmlap do not preload live videos ([view](https://github.com/videojs/videojs-contrib-hls/pull/299))
12 15
......
1 { 1 {
2 "name": "videojs-contrib-hls", 2 "name": "videojs-contrib-hls",
3 "version": "0.17.1", 3 "version": "0.17.2",
4 "engines": { 4 "engines": {
5 "node": ">= 0.10.12" 5 "node": ">= 0.10.12"
6 }, 6 },
......