Skip to content

Commit

Permalink
updated CHANGELOG and version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Feb 2, 2024
1 parent bde7104 commit f2a4e3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,10 @@
### Fixed

- Fixed the loader when using CMD + Click in macOS

## v1.6.6

### Fixed

- Fixed the TopLoader to work with special schemes such as mailto, sms, tel, etc
- Fixed the TopLoader for "#" hash anchor
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.6.5",
"version": "1.6.6",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f2a4e3d

Please sign in to comment.