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