Skip to content

Commit 2786a5d

Browse files
committed
Release 1.2.0
1 parent 2a052c5 commit 2786a5d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

History.md

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

2+
1.2.0 / 2017-08-04
3+
==================
4+
5+
**features**
6+
* [[`2a052c5`](http://github.com/node-modules/byte/commit/2a052c55c065120a508c98e4595bc11f0c96275a)] - feat: improve putRawString performance (#27) (fengmk2 <<[email protected]>>)
7+
8+
**others**
9+
* [[`648867b`](http://github.com/node-modules/byte/commit/648867bed4de6e6ffc664bb6cfa14ede7d2d8c6c)] - chore: bump to 1.1.6 (xiaochen.gaoxc <<[email protected]>>),
10+
211
1.1.6 / 2017-05-11
312
==================
413

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byte",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Input Buffer and Output Buffer, just like Java ByteBuffer",
55
"main": "lib/byte.js",
66
"files": [
@@ -56,4 +56,4 @@
5656
},
5757
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
5858
"license": "MIT"
59-
}
59+
}

0 commit comments

Comments
 (0)