Browse Source

Release v0.17.4

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

5
CHANGELOG.md

@ -2,10 +2,13 @@ CHANGELOG
========= =========
## HEAD (Unreleased) ## HEAD (Unreleased)
* Fix seeks between segments. Improve duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/339))
_(none)_
-------------------- --------------------
## 0.17.4 (2015-07-12)
* Fix seeks between segments. Improve duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/339))
## 0.17.3 (2015-06-29) ## 0.17.3 (2015-06-29)
* @dmlap improved video duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/321)) * @dmlap improved video duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/321))
* Clamp seeks to the seekable range ([view](https://github.com/videojs/videojs-contrib-hls/pull/327)) * Clamp seeks to the seekable range ([view](https://github.com/videojs/videojs-contrib-hls/pull/327))

2
package.json

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

Loading…
Cancel
Save