Skip to content

Commit

Permalink
CTYPE-29 Release 0.3.1
Browse files Browse the repository at this point in the history
CTYPE-28 Want v0.6 npm support
  • Loading branch information
rmustacc committed Nov 9, 2011
1 parent 3e55790 commit d7df5b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Expand Up @@ -4,6 +4,10 @@ in it. The commit message also has the corresponding github issue. i.e. CTYPE-42
would be issue 42. Each issue can be found at:
https://github.com/rmustacc/node-ctype/issues/%d.

v0.3.1
CTYPE-29 Release 0.3.1
CTYPE-28 Want v0.6 npm support

v0.3.0
CTYPE-27 Release v0.3.0
CTYPE-26 Want alternate default char behavior
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,9 +1,9 @@
{
"name": "ctype",
"version": "0.3.0",
"version": "0.3.1",
"description": "read and write binary structures and data types",
"homepage": "https://github.com/rmustacc/node-ctype",
"author": "Robert Mustacchi <rm@fingolfin.org>",
"engines": { "node": "0.4 || 0.5" },
"engines": { "node": "0.4 || 0.5 || 0.6" },
"main": "ctype.js"
}

0 comments on commit d7df5b2

Please sign in to comment.