Browse Source

Merge branch 'release/0.17.0' into develop

feature/specify-what-to-cache
Bryan Donovan 10 years ago
parent
commit
14fa7f4506
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 0.17.0 2015-02-05
Add Additional Options Parameter (#20) - @seanzx85
Fixing bug with nested calls to wrap() (#21)
- 0.16.0 2015-01-07
Get and pass up feature to update higher caches. (#19) - raadad
Minor style tweaks/jscs update.

2
package.json

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

Loading…
Cancel
Save