Skip to content

Commit f5ec124

Browse files
committed
v0.6.2
1 parent 6fff906 commit f5ec124

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.6.2](https://github.com/react-cmpt/hooks/compare/v0.6.1...v0.6.2) (2021-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Build(tsconfig): jsx mode `react-jsx` -> `react` for react 16. ([6fff906](https://github.com/react-cmpt/hooks/commit/6fff9067bc9e68d95a28c220553d66d40961863e))
7+
8+
9+
110
## [0.6.1](https://github.com/react-cmpt/hooks/compare/v0.6.0...v0.6.1) (2021-09-23)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-cmpt/hooks",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Some react hooks",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)