From c18e3df75d44d5552ce0521f37bbbfd8bbfc6c5e Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Fri, 29 May 2015 15:57:09 -0400 Subject: [PATCH] Release v0.16.1 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc128ecbd..aa068cfe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ CHANGELOG ========= ## HEAD (Unreleased) +_(none)_ + +-------------------- + +## 0.16.1 (2015-05-29) * @ntadej Do not unnecessarily reset to the live point when refreshing playlists. Clean up playlist loader timeouts. ([view](https://github.com/videojs/videojs-contrib-hls/pull/274)) * @gkatsev ensure segments without an initial IDR are not displayed in 4:3 initially ([view](https://github.com/videojs/videojs-contrib-hls/pull/272)) * @mikrohard: wait for an SPS to inject metadata tags. ([view](https://github.com/videojs/videojs-contrib-hls/pull/280)) @@ -10,8 +15,6 @@ CHANGELOG * @dmlap quicker quality switches when bandwidth changes. ([view](https://github.com/videojs/videojs-contrib-hls/pull/285)) * @dmlap fix temporary warped display after seeking. ([view](https://github.com/videojs/videojs-contrib-hls/pull/290)) --------------------- - ## 0.16.0 * support preload=none diff --git a/package.json b/package.json index 92a5d4a63..76b5d3ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-contrib-hls", - "version": "0.16.0", + "version": "0.16.1", "engines": { "node": ">= 0.10.12" },