@zodash/memoize
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.0.7 (2019-06-26) | ||
**Note:** Version bump only for package @zodash/memoize | ||
## 1.0.6 (2019-06-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@zodash/memoize", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Create a function that memoizes the result of `func` according to the `resolver` function.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b3d35e474dd9e74ee9949573089a56bbf5e81412" | ||
"gitHead": "127296bfde66dfc29aeedc6e063930b534588f32" | ||
} |
4013