We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fbd6e commit 72ecebeCopy full SHA for 72ecebe
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.3.2](https://github.com/react-cmpt/use-throttle/compare/v0.3.1...v0.3.2) (2021-04-10)
2
+
3
4
+### Features
5
6
+* export types separately. ([c3fbd6e](https://github.com/react-cmpt/use-throttle/commit/c3fbd6e042ab47ef88af0dd4f0507aca35502d93))
7
8
9
10
## [0.3.1](https://github.com/react-cmpt/use-throttle/compare/v0.3.0...v0.3.1) (2021-04-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-cmpt/use-throttle",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "The throttled value / function hook for react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments