Skip to content

Commit ef23379

Browse files
committed
v0.5.0
1 parent 84eec7d commit ef23379

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.5.0](https://github.com/react-cmpt/hooks/compare/v0.4.2...v0.5.0) (2021-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **type:** parse error ([eb7fa7f](https://github.com/react-cmpt/hooks/commit/eb7fa7f64ceb18d4b1af940d7bce91aa481a7d39))
7+
8+
9+
### Features
10+
11+
* **useThrottle:** version -> 0.3.2 ([4ebd32c](https://github.com/react-cmpt/hooks/commit/4ebd32cc4eef38c2e22ac9a5d4b961ed2c83a2ce))
12+
13+
14+
115
## [0.4.2](https://github.com/react-cmpt/hooks/compare/v0.4.1...v0.4.2) (2021-01-30)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-cmpt/hooks",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Some react hooks",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)