Skip to content

Commit eee2494

Browse files
committed
Release 0.0.6.
Closes #89.
1 parent 5e7c975 commit eee2494

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,8 @@ Changes for each release.
564564

565565
### Version 0.0.6
566566

567+
Wed Jul 3 21:52:20 UTC 2013
568+
567569
* Implement `Serializer.offsetsOf`. #87. #85. #86. #63.
568570
* Objects primary, positional arguments secondary. #84.
569571
* Reset namedness of `Parser`. #83.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name": "packet"
22
, "description": "Pure JavaScript evented binary parsers and serializers for Node.js."
3-
, "version": "0.0.5"
3+
, "version": "0.0.6"
44
, "keywords": [ "packet", "pack", "binary", "network", "structure", "async", "asynchronous", "javascript" ]
55
, "author": "Alan Gutierrez <[email protected]>"
66
, "devDependencies": { "proof": "0.0.30" }
@@ -15,4 +15,8 @@
1515
{ "type": "git"
1616
, "url": "http://github.com/bigeasy/packet.git"
1717
}
18+
, "contributors": [
19+
{ "name": "J. Ryan Stinnett"
20+
, "email": "[email protected]"
21+
}]
1822
}

0 commit comments

Comments
 (0)