From 4c340f7bdd2ff55c34fb97a236346f458217b718 Mon Sep 17 00:00:00 2001 From: Garrett Singer Date: Fri, 13 Jan 2017 16:04:41 -0500 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1c963..786a772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ CHANGELOG ========= ## HEAD (Unreleased) +_(none)_ + +-------------------- + +## 2.0.0 (2017-01-13) * Manifest object is now initialized with an empty segments arrays * moved to latest videojs-standard version, brought code into compliance with the latest eslint rules. --------------------- - ## 1.0.2 (2016-06-07) * fix the build pipeline * removed video.js css/js inclusion during tests diff --git a/package.json b/package.json index 450879c..4d5e4a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "m3u8-parser", - "version": "1.2.0", + "version": "2.0.0", "description": "m3u8 parser", "jsnext:main": "src/index.js", "main": "es5/index.js",