Skip to content

Commit 83bcca3

Browse files
committed
Publish v0.3.18
1 parent ea56c3d commit 83bcca3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.3.18](https://github.com/jquense/react-common-hooks/compare/v0.3.17...v0.3.18) (2019-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix React peer dependency ([ea56c3d](https://github.com/jquense/react-common-hooks/commit/ea56c3d9f37f45a85d18e7b6d4092faf459bfef8))
7+
8+
9+
10+
11+
112
## [0.3.17](https://github.com/jquense/react-common-hooks/compare/v0.3.16...v0.3.17) (2019-11-22)
213

314

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
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].16"
77+
"_id": "@restart/[email protected].17"
7878
}

0 commit comments

Comments
 (0)