Skip to content

Commit e024289

Browse files
committed
Publish v0.3.14
1 parent 0db4bb4 commit e024289

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.14](https://github.com/jquense/react-common-hooks/compare/v0.3.13...v0.3.14) (2019-09-20)
2+
3+
4+
### Features
5+
6+
* add useAsyncSetState ([#12](https://github.com/jquense/react-common-hooks/issues/12)) ([0db4bb4](https://github.com/jquense/react-common-hooks/commit/0db4bb4))
7+
8+
9+
10+
11+
112
## [0.3.13](https://github.com/jquense/react-common-hooks/compare/v0.3.12...v0.3.13) (2019-09-06)
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.13",
3+
"version": "0.3.14",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",
@@ -75,5 +75,5 @@
7575
},
7676
"readme": "ERROR: No README data found!",
7777
"homepage": "https://github.com/jquense/react-common-hooks#readme",
78-
"_id": "@restart/[email protected].12"
78+
"_id": "@restart/[email protected].13"
7979
}

0 commit comments

Comments
 (0)