Skip to content

Commit 25eb86a

Browse files
committed
v1.3.2, added support for client side navigations
1 parent 0952e14 commit 25eb86a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@
4646
### Fixed
4747

4848
- Fix the Loader gets triggered on navigation to link in another tab
49+
50+
## v1.3.2
51+
52+
### Added
53+
54+
- Added support for client side navigations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-toploader",
3-
"version": "1.2.2",
3+
"version": "1.3.2",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 13.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)