Skip to content

Commit 4af929b

Browse files
committed
chore(release): 1.2.1
1 parent 0241f71 commit 4af929b

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.2.1](https://github.com/olavoparno/react-use-downloader/compare/v1.2.0...v1.2.1) (2022-11-17)
6+
7+
8+
### Bug Fixes
9+
10+
* upgrade @material-ui/core from 4.12.3 to 4.12.4 ([0ae2aa9](https://github.com/olavoparno/react-use-downloader/commit/0ae2aa9d537291c6d44049ad369ffdc9c2de2399))
11+
12+
13+
### Documentation
14+
15+
* update .all-contributorsrc [skip ci] ([f5f6244](https://github.com/olavoparno/react-use-downloader/commit/f5f6244b2436167a24f59cfa81aaf8d7e661b1c0))
16+
* update .all-contributorsrc [skip ci] ([bac9990](https://github.com/olavoparno/react-use-downloader/commit/bac9990cbecb5ec41daab25f7de20daf2bca0b6f))
17+
* update README.md [skip ci] ([ee870fe](https://github.com/olavoparno/react-use-downloader/commit/ee870fe70153454eb5039dbfb289282263f0c2ec))
18+
* update README.md [skip ci] ([0cbe77f](https://github.com/olavoparno/react-use-downloader/commit/0cbe77f12a3a62855deccb6522f274daee5c74a3))
19+
520
## [1.2.0](https://github.com/olavoparno/react-use-downloader/compare/v1.1.7...v1.2.0) (2022-10-07)
621

722

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
| Statements | Branches | Functions | Lines |
1515
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
16-
| ![Statements](https://img.shields.io/badge/statements-87.96%25-yellow.svg?style=flat&logo=jest) | ![Branches](https://img.shields.io/badge/branches-72.97%25-red.svg?style=flat&logo=jest) | ![Functions](https://img.shields.io/badge/functions-81.81%25-yellow.svg?style=flat&logo=jest) | ![Lines](https://img.shields.io/badge/lines-88.65%25-yellow.svg?style=flat&logo=jest) |
16+
| ![Statements](https://img.shields.io/badge/statements-87.96%25-yellow.svg?style=flat&logo=jest) | ![Branches](https://img.shields.io/badge/branches-73.68%25-red.svg?style=flat&logo=jest) | ![Functions](https://img.shields.io/badge/functions-81.81%25-yellow.svg?style=flat&logo=jest) | ![Lines](https://img.shields.io/badge/lines-88.65%25-yellow.svg?style=flat&logo=jest) |
1717

1818
## Table of Contents
1919

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-downloader",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Creates a download handler function and gives progress information",
55
"author": "Olavo Parno",
66
"license": "MIT",

0 commit comments

Comments
 (0)