use-debouncy
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,1 +1,8 @@ | ||
## [1.6.1](https://github.com/egorAva/use-debouncy/compare/v1.6.0...v1.6.1) (2020-06-23) | ||
### Bug Fixes | ||
* remove duplicate link in codesandbox ([ebe87b6](https://github.com/egorAva/use-debouncy/commit/ebe87b6e073dae1bac3bc54696b11f104724f54f)) | ||
# [1.6.0](https://github.com/egorAva/use-debouncy/compare/v1.5.0...v1.6.0) (2020-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-debouncy", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Egor Avakumov", | ||
@@ -5,0 +5,0 @@ "description": "React effect hook for debounce", |
@@ -48,3 +48,1 @@ # useDebouncy | ||
``` | ||
### Try in [codesandbox](https://codesandbox.io/s/example-use-debouncy-ynfuq?expanddevtools=1&fontsize=14&theme=dark) |
12222
48