Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinger committed Jan 13, 2017
1 parent 3e603d2 commit 4c340f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4c340f7

Please sign in to comment.