Browse Source

Release v0.17.6

pull/6/head
David LaPalomento 10 years ago
parent
commit
67abe29336
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -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))

2
package.json

@ -1,6 +1,6 @@
{
"name": "videojs-contrib-hls",
"version": "0.17.5",
"version": "0.17.6",
"engines": {
"node": ">= 0.10.12"
},

Loading…
Cancel
Save