Browse Source

Merge branch 'release/0.7.0' into develop

feature/nested-cache-fetch-fix
Bryan Donovan 11 years ago
parent
commit
43943911f4
  1. 1
      .travis.yml
  2. 3
      History.md
  3. 2
      package.json

1
.travis.yml

@ -1,6 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- 0.8
- '0.10' - '0.10'
script: 'make test-travis' script: 'make test-travis'
branches: branches:

3
History.md

@ -1,3 +1,6 @@
- 0.7.0 2014-06-15
Bumping package versions, mostly devDependencies
- 0.6.0 2014-06-15 - 0.6.0 2014-06-15
Adding caching.keys() function (issue #6) Adding caching.keys() function (issue #6)
Updating examples/redis_example/example.js with cache.keys() usage Updating examples/redis_example/example.js with cache.keys() usage

2
package.json

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

Loading…
Cancel
Save