Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
tj committed Mar 1, 2013
1 parent d808895 commit e5960af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.5.1 / 2013-03-01
==================

* add exit() to HWM example
* add better HWM example
* fix: ignore closed sockets on reply(). fixes #82

0.5.0 / 2013-01-01
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "0.5.0",
"version": "0.5.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": {
"debug": "*",
Expand Down

0 comments on commit e5960af

Please sign in to comment.