From 67abe29336abec685e9a7f3f8151dae739245af9 Mon Sep 17 00:00:00 2001 From: David LaPalomento Date: Wed, 29 Jul 2015 18:12:51 -0400 Subject: [PATCH] Release v0.17.6 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a8fb60f..49a4c6b02 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/package.json b/package.json index 910ffcb71..c51f8ee02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-contrib-hls", - "version": "0.17.5", + "version": "0.17.6", "engines": { "node": ">= 0.10.12" },