67abe293 by David LaPalomento

Release v0.17.6

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