use-debouncy
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,11 @@ | ||
## [1.2.1](https://github.com/egorAva/use-debouncy/compare/v1.2.0...v1.2.1) (2020-06-23) | ||
### Bug Fixes | ||
* automate release ([#11](https://github.com/egorAva/use-debouncy/issues/11)) ([2d70dab](https://github.com/egorAva/use-debouncy/commit/2d70dab9d164469d64d9d4fc381a985edfbb85b7)) | ||
* automate release ([#11](https://github.com/egorAva/use-debouncy/issues/11)) ([4521a86](https://github.com/egorAva/use-debouncy/commit/4521a862d3b97d83e2a6869fbf2eef9279718ee5)) | ||
* removed semantic-release from deps ([b5ff7a1](https://github.com/egorAva/use-debouncy/commit/b5ff7a1cb027c583dad8b4310bbba08fa24a1eee)) | ||
* removed semantic-release from deps ([0b8a36d](https://github.com/egorAva/use-debouncy/commit/0b8a36da618acc98bbd9013641aa5555ef31d3b0)) | ||
# [1.2.0](https://github.com/egorAva/use-debouncy/compare/v1.1.0...v1.2.0) (2020-06-23) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "use-debouncy", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Egor Avakumov", | ||
@@ -5,0 +5,0 @@ "description": "React effect hook for debounce", |
@@ -13,10 +13,7 @@ # useDebouncy | ||
👌 Zero dependencies | ||
- 👌 Zero dependencies | ||
- 🏋️♀️ Size <0.5kb | ||
- 📖 Typescript support | ||
- 🎣 React hook effect | ||
🏋️♀️ Size <0.5kb | ||
📖 Typescript support | ||
🎣 React hook effect | ||
## Installation | ||
@@ -23,0 +20,0 @@ |
9219
48