We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1209bf commit aef3e7dCopy full SHA for aef3e7d
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.6.1](https://github.com/react-cmpt/hooks/compare/v0.6.0...v0.6.1) (2021-09-23)
2
+
3
4
+### Features
5
6
+* **useInterval:** autorun options ([a1209bf](https://github.com/react-cmpt/hooks/commit/a1209bf44570901df96fcba3cd63e1078ffe66aa))
7
8
9
10
# [0.6.0](https://github.com/react-cmpt/hooks/compare/v0.5.0...v0.6.0) (2021-09-14)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-cmpt/hooks",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments