Skip to content

Commit f8b7b39

Browse files
committed
v0.3.3
1 parent 04920c0 commit f8b7b39

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.3.3](https://github.com/react-cmpt/use-throttle/compare/v0.3.2...v0.3.3) (2022-01-12)
2+
3+
4+
### Features
5+
6+
* **useThrottleFn:** support typescript 4.5. ([04920c0](https://github.com/react-cmpt/use-throttle/commit/04920c040220d0f35bf71b620df7cb514431788c))
7+
8+
9+
110
## [0.3.2](https://github.com/react-cmpt/use-throttle/compare/v0.3.1...v0.3.2) (2021-04-10)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-cmpt/use-throttle",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "The throttled value / function hook for react",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)