Skip to content

Commit a46c008

Browse files
author
Sjoerd Tieleman
committed
Bumped version, updated changelog
1 parent 12ccdd2 commit a46c008

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
.vscode/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## codem-isoboxer 0.3.2 (2017/02/07) ##
2+
3+
* fix for rounding error on 64-bit numbers (@nicosang)
4+
15
## codem-isoboxer 0.3.1 (2017/01/25) ##
26

37
* fix for zero filled buffer hang (@bendenoz)

dist/iso_boxer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! codem-isoboxer v0.3.1 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
1+
/*! codem-isoboxer v0.3.2 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
22
var ISOBoxer = {};
33

44
ISOBoxer.parseBuffer = function(arrayBuffer) {

0 commit comments

Comments
 (0)