Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olavoparno committed Nov 17, 2022
1 parent 0241f71 commit 4af929b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

### [1.2.1](https://github.com/olavoparno/react-use-downloader/compare/v1.2.0...v1.2.1) (2022-11-17)


### Bug Fixes

* upgrade @material-ui/core from 4.12.3 to 4.12.4 ([0ae2aa9](https://github.com/olavoparno/react-use-downloader/commit/0ae2aa9d537291c6d44049ad369ffdc9c2de2399))


### Documentation

* update .all-contributorsrc [skip ci] ([f5f6244](https://github.com/olavoparno/react-use-downloader/commit/f5f6244b2436167a24f59cfa81aaf8d7e661b1c0))
* update .all-contributorsrc [skip ci] ([bac9990](https://github.com/olavoparno/react-use-downloader/commit/bac9990cbecb5ec41daab25f7de20daf2bca0b6f))
* update README.md [skip ci] ([ee870fe](https://github.com/olavoparno/react-use-downloader/commit/ee870fe70153454eb5039dbfb289282263f0c2ec))
* update README.md [skip ci] ([0cbe77f](https://github.com/olavoparno/react-use-downloader/commit/0cbe77f12a3a62855deccb6522f274daee5c74a3))

## [1.2.0](https://github.com/olavoparno/react-use-downloader/compare/v1.1.7...v1.2.0) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

| Statements | Branches | Functions | Lines |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| ![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) |
| ![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) |

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-downloader",
"version": "1.2.0",
"version": "1.2.1",
"description": "Creates a download handler function and gives progress information",
"author": "Olavo Parno",
"license": "MIT",
Expand Down

0 comments on commit 4af929b

Please sign in to comment.