Skip to content

Commit 5f4ac32

Browse files
committed
Publish v0.3.13
1 parent e52f38f commit 5f4ac32

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
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.13](https://github.com/jquense/react-common-hooks/compare/v0.3.12...v0.3.13) (2019-09-06)
2+
3+
4+
### Bug Fixes
5+
6+
* useStableMemo infinite loop ([ad6fc5a](https://github.com/jquense/react-common-hooks/commit/ad6fc5a))
7+
8+
9+
10+
11+
112
## [0.3.12](https://github.com/jquense/react-common-hooks/compare/v0.3.11...v0.3.12) (2019-08-12)
213

314

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",
7-
"repository": "https://github.com/jquense/react-common-hooks.git",
8-
"author": "Jason Quense <[email protected]>",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/jquense/react-common-hooks.git"
10+
},
11+
"author": {
12+
"name": "Jason Quense",
13+
"email": "[email protected]"
14+
},
915
"license": "MIT",
1016
"scripts": {
1117
"test": "jest --coverage",
@@ -63,5 +69,11 @@
6369
"rimraf": "^2.6.3",
6470
"rollout": "^0.1.0",
6571
"typescript": "^3.5.3"
66-
}
72+
},
73+
"bugs": {
74+
"url": "https://github.com/jquense/react-common-hooks/issues"
75+
},
76+
"readme": "ERROR: No README data found!",
77+
"homepage": "https://github.com/jquense/react-common-hooks#readme",
78+
"_id": "@restart/[email protected]"
6779
}

0 commit comments

Comments
 (0)