Browse Source

Merge branch 'release/1.2.2' into develop

feature/remove-domains
Bryan Donovan 9 years ago
parent
commit
1a5a9260bb
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 1.2.2 2015-10-19
- Bugfix: Fixing domain error issues when error is thrown inside 'work' function (#28).
- 1.2.1 2015-10-17
- Bugfix: multi-caching: using underlying store's isCacheableValue function when it exists (#34).

2
package.json

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

Loading…
Cancel
Save