Skip to content

Commit

Permalink
Update changelog and bump versions for 1.6.1
Browse files Browse the repository at this point in the history
Change-Id: Iaed12d39f96e3b71f59a3399bf71f47fee317275
  • Loading branch information
joeyparrish committed Dec 6, 2015
1 parent 3e74226 commit c9f8ab5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 1.6.1 (2015-12-07)

Bugfixes:
- Fixed handling when all streams are removed in a manifest update.
- Fixed annotation mistakes in preparation for a new compiler release.
- Fixed Promise polyfill errors in compiled mode.
- https://github.com/google/shaka-player/issues/236


## 1.6.0 (2015-11-17)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/player/player.js
Expand Up @@ -133,7 +133,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
/**
* @define {string} A version number taken from git at compile time.
*/
goog.define('GIT_VERSION', 'v1.6.0-debug');
goog.define('GIT_VERSION', 'v1.6.1-debug');


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

2 comments on commit c9f8ab5

@leandromoreira
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 thanks for another release

@joeyparrish
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our pleasure!

Please sign in to comment.