Skip to content

Commit 3641e89

Browse files
committed
Release 1.4.1
1 parent ccc6f4b commit 3641e89

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
1.4.1 / 2018-05-15
3+
==================
4+
5+
**fixes**
6+
* [[`ccc6f4b`](http://github.com/node-modules/byte/commit/ccc6f4b206d01761c38ca2717014b646ce8f4c93)] - fix: using Buffer.alloc(size) instead of new Buffer(size) (#34) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
7+
28
1.4.0 / 2018-01-30
39
==================
410

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byte",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Input Buffer and Output Buffer, just like Java ByteBuffer",
55
"main": "lib/byte.js",
66
"files": [

0 commit comments

Comments
 (0)