Skip to content

Commit

Permalink
v1.3.2, added support for client side navigations
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Mar 18, 2023
1 parent 0952e14 commit 25eb86a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@
### Fixed

- Fix the Loader gets triggered on navigation to link in another tab

## v1.3.2

### Added

- Added support for client side navigations
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-toploader",
"version": "1.2.2",
"version": "1.3.2",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 13.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 25eb86a

Please sign in to comment.