Skip to content

Commit 6585b9e

Browse files
committed
v0.3.0-alpha1
1 parent a0eb7b8 commit 6585b9e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.3.0-alpha1](https://github.com/fjcaetano/react-hook-utilities/compare/v0.2.1...v0.3.0-alpha1) (2019-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **Changelog:** build using conventional-changelog ([c862550](https://github.com/fjcaetano/react-hook-utilities/commit/c8625507eceb90bb9217db7941ff19b3cfda9702))
7+
* **useDidMount:** remove unnecessary type param ([e54171b](https://github.com/fjcaetano/react-hook-utilities/commit/e54171bcc40389bb16c54d9bf727cf6328021623))
8+
* **useDidUnmount:** call effect with updated dependencies ([0bbacaa](https://github.com/fjcaetano/react-hook-utilities/commit/0bbacaaf6321cd8a254be5c51c77425a9e2383cd)), closes [#8](https://github.com/fjcaetano/react-hook-utilities/issues/8)
9+
* **useWorkerLoad:** group error and retry into an optional attr ([a0eb7b8](https://github.com/fjcaetano/react-hook-utilities/commit/a0eb7b8f6969f020b3309b3fffb5202e20b5a19a))
10+
* **useWorkerLoad:** use function overloards for better typings ([637d788](https://github.com/fjcaetano/react-hook-utilities/commit/637d7884df498bce73fb2eb8a5f8cf1ae7472146))
11+
12+
13+
### Features
14+
15+
* **useWorkerLoad:** add new hook ([6b53719](https://github.com/fjcaetano/react-hook-utilities/commit/6b53719525f370be0d0b54ef70121a08329cf62a)), closes [#11](https://github.com/fjcaetano/react-hook-utilities/issues/11)
16+
17+
18+
119
## [0.2.1](https://github.com/fjcaetano/react-hook-utilities/compare/v0.2.0...v0.2.1) (2019-11-04)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-utilities",
3-
"version": "0.2.1",
3+
"version": "0.3.0-alpha1",
44
"description": "Utilitarian React hooks",
55
"author": "Flávio Caetano (@fjcaetano)",
66
"license": "MIT",

0 commit comments

Comments
 (0)