@zodash/once
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.11](https://github.com/zcorky/zodash/compare/@zodash/once@0.0.10...@zodash/once@0.0.11) (2019-12-24) | ||
**Note:** Version bump only for package @zodash/once | ||
## 0.0.10 (2019-12-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@zodash/once", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first invocation. The func is invoked with the this binding and arguments of the created function.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "338a4edf15e34840fdda395687730b9c8a0cb488" | ||
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d" | ||
} |
3945