Skip to content

Commit 066182a

Browse files
committed
v1.0.0-alpha1
1 parent 9eb14a2 commit 066182a

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.0.0-alpha1](https://github.com/fjcaetano/react-hook-utilities/compare/v0.3.0...v1.0.0-alpha1) (2019-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **useWorker:** prevent multiple renders triggered by update ([9f1ee5f](https://github.com/fjcaetano/react-hook-utilities/commit/9f1ee5f12eead6f19b04717a6bf952fa8b11b27a)), closes [#16](https://github.com/fjcaetano/react-hook-utilities/issues/16)
7+
8+
9+
### Features
10+
11+
* **ESLint:** add ESLint rule to parse hooks ([1880603](https://github.com/fjcaetano/react-hook-utilities/commit/188060324733204f12631140dab8c585b463f867))
12+
13+
14+
115
# [0.3.0](https://github.com/fjcaetano/react-hook-utilities/compare/v0.2.1...v0.3.0) (2019-11-25)
216

317

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-utilities",
3-
"version": "0.3.0",
3+
"version": "1.0.0-alpha1",
44
"description": "Utilitarian React hooks",
55
"author": "Flávio Caetano (@fjcaetano)",
66
"license": "MIT",
@@ -54,7 +54,7 @@
5454
"react-test-renderer": "^16.9.0",
5555
"ts-jest": "^24.1.0",
5656
"typedoc": "^0.15.0",
57-
"typescript": "^3.7",
58-
"typedoc-plugin-markdown-pages": "^0.3.0"
57+
"typedoc-plugin-markdown-pages": "^0.3.0",
58+
"typescript": "^3.7"
5959
}
6060
}

0 commit comments

Comments
 (0)