Skip to content

Commit 50dbf00

Browse files
authored
Merge pull request #57 from apal21/pre-release
Release v0.0.13
2 parents b65e34d + 93e2c83 commit 50dbf00

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.0.13
2+
### Fixed:
3+
- Fixed react version issue
4+
15
## v0.0.12
26
### Updated:
37
- Updated README.md's 'How to use' section to be more clear and consise. Also added further context to Default Config.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-progressbar",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Nprogress component for Next.js app.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"next": ">= 6.0.0 <=12.x.x",
33-
"react": ">= 16.0.0 < 17.x.x"
33+
"react": ">= 16.0.0 <= 17.x.x"
3434
},
3535
"devDependencies": {
3636
"@babel/cli": "^7.10.5",

0 commit comments

Comments
 (0)