Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd Tieleman committed Apr 17, 2015
1 parent 3cc4e52 commit b0b83cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## codem-isoboxer 0.0.5 (2015/04/17) ##

* Added support for TextDecoder to convert DataViews to strings (when available)
* Added test suite

## codem-isoboxer 0.0.4 (2015/04/02) ##

* Renamed ISOBoxer.create to ISOBoxer.parseBuffer (be explicit about function names).
* Fixed error in bit-shifting.
* Renamed ISOBoxer.create to ISOBoxer.parseBuffer (be explicit about function names)
* Fixed error in bit-shifting

## codem-isoboxer 0.0.3 (2015/03/26) ##

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": "codem-isoboxer",
"version": "0.0.4",
"version": "0.0.5",
"description": "Browser-based MPEG-4 (ISOBMFF) file/box parsing.",
"keywords": [
"mp4", "mpeg-4", "mpeg4", "isobmff", "parser"
Expand Down

0 comments on commit b0b83cf

Please sign in to comment.