Skip to content

Commit

Permalink
Added changelog, pushed new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ditesh committed Dec 19, 2011
1 parent eeadc17 commit e347c32
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,3 @@
.*.sw? .*.sw?
node_modules/ node_modules/
mbox
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
0.1.1:

* Added changelog
* Removed test files

0.1.0:

* Initial commit
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-mboxrd # node-mbox


node-mboxrd is an evented wrapper around mboxrd files for Node.js. It offers the following capabilities: node-mbox is an evented wrapper around mbox files for Node.js. It offers the following capabilities:


* mboxrd support (see http://qmail.org/man/man5/mbox.html for information on mboxrd) * mboxrd support (see http://qmail.org/man/man5/mbox.html for information on mboxrd)
* read messages * read messages
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,15 @@
{ {
"name": "mboxrd", "name": "mbox",
"version": "v0.1.0", "version": "v0.1.1",
"description": "Evented wrapper for mboxrd files", "description": "Evented wrapper for mboxrd files",
"homepage": "https://github.com/ditesh/node-mboxrd", "homepage": "https://github.com/ditesh/node-mbox",
"keywords": ["mbox", "mboxrd", "mail", "email"], "keywords": ["mbox", "mboxrd", "mail", "email"],
"author": { "author": {
"name": "Ditesh Shashikant Gathani", "name": "Ditesh Shashikant Gathani",
"email": "ditesh@gathani.org", "email": "ditesh@gathani.org",
"url": "http://ditesh.gathani.org/blog/" "url": "http://ditesh.gathani.org/blog/"
}, },
"dependencies": ["unixlib"], "dependencies": ["unixlib"],
"repository": { "type" : "git", "url" : "https://github.com/ditesh/node-mboxrd.git" }, "repository": { "type" : "git", "url" : "https://github.com/ditesh/node-mbox.git" },
"main": "main.js" "main": "main.js"
} }

0 comments on commit e347c32

Please sign in to comment.