Skip to content

Commit a8e7a35

Browse files
committed
Merge branch 'develop'
2 parents f79b4fb + 0fb6c9d commit a8e7a35

File tree

4 files changed

+8906
-8414
lines changed

4 files changed

+8906
-8414
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.4](https://github.com/the-bugging/react-use-downloader/compare/v1.2.3...v1.2.4) (2023-02-27)
6+
57
### [1.2.3](https://github.com/the-bugging/react-use-downloader/compare/v1.2.2...v1.2.3) (2023-02-25)
68

79

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-downloader",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Creates a download handler function and gives progress information",
55
"author": "Olavo Parno",
66
"license": "MIT",
@@ -38,7 +38,8 @@
3838
"format": "prettier --write src/**/*.ts",
3939
"lint": "eslint --fix src/**/*.ts",
4040
"release": "standard-version",
41-
"make-badges": "istanbul-badges-readme --logo=jest"
41+
"make-badges": "istanbul-badges-readme --logo=jest",
42+
"prepublishOnly": "npm run build"
4243
},
4344
"jest": {
4445
"coverageReporters": [

0 commit comments

Comments
 (0)