Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Nov 3, 2021
1 parent aa1608d commit 2a47a4e
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.7.0](https://github.com/react-cmpt/hooks/compare/v0.6.2...v0.7.0) (2021-11-03)


### Features

* **useDebounce:** version -> v7 ([988c7d1](https://github.com/react-cmpt/hooks/commit/988c7d1fc44a277fba783b61d9ec6d723f8aff39))



## [0.6.2](https://github.com/react-cmpt/hooks/compare/v0.6.1...v0.6.2) (2021-09-23)


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.6.2",
"version": "0.7.0",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2a47a4e

Please sign in to comment.