Skip to content

Commit be0124d

Browse files
committed
Publish v0.3.17
1 parent d167136 commit be0124d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-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.17](https://github.com/jquense/react-common-hooks/compare/v0.3.16...v0.3.17) (2019-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Clean up package.json ([#16](https://github.com/jquense/react-common-hooks/issues/16)) ([d167136](https://github.com/jquense/react-common-hooks/commit/d1671360eed0b8137d8ca32271bef7c498b5faef))
7+
8+
9+
10+
11+
112
## [0.3.16](https://github.com/jquense/react-common-hooks/compare/v0.3.15...v0.3.16) (2019-11-22)
213

314

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.16",
3+
"version": "0.3.17",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",
@@ -72,5 +72,7 @@
7272
"react-dom": "^16.12.0",
7373
"rimraf": "^3.0.0",
7474
"typescript": "^3.7.2"
75-
}
75+
},
76+
"readme": "ERROR: No README data found!",
77+
"_id": "@restart/[email protected]"
7678
}

0 commit comments

Comments
 (0)