Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Apr 10, 2021
1 parent c3fbd6e commit 72ecebe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.2](https://github.com/react-cmpt/use-throttle/compare/v0.3.1...v0.3.2) (2021-04-10)


### Features

* export types separately. ([c3fbd6e](https://github.com/react-cmpt/use-throttle/commit/c3fbd6e042ab47ef88af0dd4f0507aca35502d93))



## [0.3.1](https://github.com/react-cmpt/use-throttle/compare/v0.3.0...v0.3.1) (2021-04-05)


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/use-throttle",
"version": "0.3.1",
"version": "0.3.2",
"description": "The throttled value / function hook for react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 72ecebe

Please sign in to comment.