Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Apr 13, 2021
1 parent 84eec7d commit ef23379
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.5.0](https://github.com/react-cmpt/hooks/compare/v0.4.2...v0.5.0) (2021-04-13)


### Bug Fixes

* **type:** parse error ([eb7fa7f](https://github.com/react-cmpt/hooks/commit/eb7fa7f64ceb18d4b1af940d7bce91aa481a7d39))


### Features

* **useThrottle:** version -> 0.3.2 ([4ebd32c](https://github.com/react-cmpt/hooks/commit/4ebd32cc4eef38c2e22ac9a5d4b961ed2c83a2ce))



## [0.4.2](https://github.com/react-cmpt/hooks/compare/v0.4.1...v0.4.2) (2021-01-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-cmpt/hooks",
"version": "0.4.2",
"version": "0.5.0",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ef23379

Please sign in to comment.