react-use-downloader
Advanced tools
Comparing version 1.1.7 to 1.2.0
@@ -5,2 +5,16 @@ # Changelog | ||
## [1.2.0](https://github.com/olavoparno/react-use-downloader/compare/v1.1.7...v1.2.0) (2022-10-07) | ||
### Features | ||
* **project:** add timeout option ([7a0027a](https://github.com/olavoparno/react-use-downloader/commit/7a0027a58d4c2774f6c3ba8bcce39db721be8371)) | ||
### Documentation | ||
* adjust readme ([a68aa9f](https://github.com/olavoparno/react-use-downloader/commit/a68aa9f18a2756703e4a22c180c4bf0758a77a7b)) | ||
* create .all-contributorsrc [skip ci] ([a9c17a0](https://github.com/olavoparno/react-use-downloader/commit/a9c17a087c274ac0f3a2c8950c30030ba911f7b9)) | ||
* update README.md [skip ci] ([d6cf022](https://github.com/olavoparno/react-use-downloader/commit/d6cf0222a7995a07e9e0545ad528bc88b6469a53)) | ||
### [1.1.7](https://github.com/olavoparno/react-use-downloader/compare/v1.1.6...v1.1.7) (2022-01-26) | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "react-use-downloader", | ||
"version": "1.1.7", | ||
"version": "1.2.0", | ||
"description": "Creates a download handler function and gives progress information", | ||
@@ -49,5 +49,2 @@ "author": "Olavo Parno", | ||
}, | ||
"dependencies": { | ||
"react": "^17.0.2" | ||
}, | ||
"peerDependencies": { | ||
@@ -54,0 +51,0 @@ "react": "^17.0.2" |
64833
1
- Removedreact@^17.0.2