2ce42f83 by David LaPalomento

0.17.1

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