Browse Source

Release v0.17.2

pull/6/head
David LaPalomento 10 years ago
parent
commit
675d942304
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -2,11 +2,14 @@ CHANGELOG
=========
## HEAD (Unreleased)
* @dmlap fix seeking in live streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/308))
_(none)_
--------------------
## 0.17.2 (2015-06-15)
* @dmlap fix seeking in live streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/308))
## 0.17.1 (2015-06-08)
* @dmlap do not preload live videos ([view](https://github.com/videojs/videojs-contrib-hls/pull/299))

2
package.json

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

Loading…
Cancel
Save