Skip to content

Commit

Permalink
v1.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Dec 3, 2019
1 parent 9eb14a2 commit 066182a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0-alpha1](https://github.com/fjcaetano/react-hook-utilities/compare/v0.3.0...v1.0.0-alpha1) (2019-12-03)


### Bug Fixes

* **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)


### Features

* **ESLint:** add ESLint rule to parse hooks ([1880603](https://github.com/fjcaetano/react-hook-utilities/commit/188060324733204f12631140dab8c585b463f867))



# [0.3.0](https://github.com/fjcaetano/react-hook-utilities/compare/v0.2.1...v0.3.0) (2019-11-25)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hook-utilities",
"version": "0.3.0",
"version": "1.0.0-alpha1",
"description": "Utilitarian React hooks",
"author": "Flávio Caetano (@fjcaetano)",
"license": "MIT",
Expand Down Expand Up @@ -54,7 +54,7 @@
"react-test-renderer": "^16.9.0",
"ts-jest": "^24.1.0",
"typedoc": "^0.15.0",
"typescript": "^3.7",
"typedoc-plugin-markdown-pages": "^0.3.0"
"typedoc-plugin-markdown-pages": "^0.3.0",
"typescript": "^3.7"
}
}

0 comments on commit 066182a

Please sign in to comment.