Skip to content

Commit

Permalink
Merge branch 'hotfix/0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanDonovan committed Sep 10, 2014
2 parents 319f856 + edf90ce commit 219d8b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 0.10.1 2014-09-10
Fixed tag/version mismatch

- 0.10.0 2014-09-10
Fixing Use call instead of apply for cached results, issue #9 (thanks elliotttf)

- 0.9.0 2014-08-19
Fixing issue #8 - parallel requests to a wrapped function were calling the
function multiple times. (Thanks alex-whitney).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
"version": "0.9.0",
"version": "0.10.1",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 219d8b2

Please sign in to comment.