Browse Source

0.17.1

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

5
CHANGELOG.md

@ -2,10 +2,13 @@ CHANGELOG
========= =========
## HEAD (Unreleased) ## 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) ## 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)) * @dmlap implement seekable for live streams. Fix in-band metadata timing for live streams. ([view](https://github.com/videojs/videojs-contrib-hls/pull/295))

2
package.json

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

Loading…
Cancel
Save