Browse Source

release 0.3.0

hotfix/0.7.1
Bryan Donovan 11 years ago
parent
commit
fa947c6c1c
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 0.3.0 2013-12-08
Bound the get, set and del functions to their original “this” context when assigning a store.
(Thanks to Boyan Rabchev)
- 0.2.0 2013-10-31 - 0.2.0 2013-10-31
Better examples, version bump. Better examples, version bump.

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "cache-manager", "name": "cache-manager",
"version": "0.2.0", "version": "0.3.0",
"description": "Cache module for Node.js", "description": "Cache module for Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save