Skip to content

Commit ee1fdfc

Browse files
committed
Publish v0.3.24
1 parent ac679df commit ee1fdfc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.3.24](https://github.com/jquense/react-common-hooks/compare/v0.3.23...v0.3.24) (2020-05-13)
2+
3+
4+
### Features
5+
6+
* add useThrottledEventHandler ([#30](https://github.com/jquense/react-common-hooks/issues/30)) ([f03d52b](https://github.com/jquense/react-common-hooks/commit/f03d52b096ed95f0614728acc243a2d0b6123970))
7+
8+
9+
10+
11+
112
## [0.3.23](https://github.com/jquense/react-common-hooks/compare/v0.3.22...v0.3.23) (2020-05-13)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.23",
3+
"version": "0.3.24",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)