Skip to content

Commit ccd2bef

Browse files
committed
Publish v0.3.20
1 parent 5c0b724 commit ccd2bef

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.3.20](https://github.com/jquense/react-common-hooks/compare/v0.3.19...v0.3.20) (2020-01-23)
2+
3+
4+
### Features
5+
6+
* **useTimeout:** handle large delays ([#21](https://github.com/jquense/react-common-hooks/issues/21)) ([32d6951](https://github.com/jquense/react-common-hooks/commit/32d69518295b6a620afad8c495ee357a35ffeb1f))
7+
8+
9+
10+
11+
112
## [0.3.19](https://github.com/jquense/react-common-hooks/compare/v0.3.18...v0.3.19) (2019-11-26)
213

314

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",
@@ -74,5 +74,5 @@
7474
"typescript": "^3.7.2"
7575
},
7676
"readme": "ERROR: No README data found!",
77-
"_id": "@restart/[email protected].18"
77+
"_id": "@restart/[email protected].19"
7878
}

0 commit comments

Comments
 (0)