Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 2, 2012
1 parent 687d2c6 commit d542d88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@


1.4.5 / 2012-11-02
==================

* revert to redis 0.7.x which actually works...

1.4.4 / 2012-09-12 1.4.4 / 2012-09-12
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "connect-redis", "name": "connect-redis",
"description": "Redis session store for Connect", "description": "Redis session store for Connect",
"version": "1.4.4", "version": "1.4.5",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./index.js", "main": "./index.js",
"dependencies": { "redis": "0.7.x", "debug": "*" }, "dependencies": { "redis": "0.7.x", "debug": "*" },
Expand Down

0 comments on commit d542d88

Please sign in to comment.