Browse Source

Merge branch 'release/0.2.0' into develop

feature/nested-cache-fetch-fix
Bryan Donovan 11 years ago
parent
commit
959459b211
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.2.0 2013-10-31
Better examples, version bump.
- 0.1.3 2013-10-31 - 0.1.3 2013-10-31
Fixing unreleased connection in redis example. Fixing unreleased connection in redis example.

2
package.json

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

Loading…
Cancel
Save