Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 31, 2012
1 parent 2045666 commit 51e1c27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@


0.0.13 / 2012-05-30
===================

- make `refType()` coerce string types properly
- make the `bool` type inherit from a proper fixed type (like `uint8`)

0.0.12 / 2012-05-30 0.0.12 / 2012-05-30
=================== ===================


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
, "byte" , "byte"
, "64" , "64"
] ]
, "version": "0.0.12" , "version": "0.0.13"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" , "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" } , "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" }
, "main": "./lib/ref.js" , "main": "./lib/ref.js"
Expand Down

0 comments on commit 51e1c27

Please sign in to comment.