Skip to content

Commit f2a4e3d

Browse files
committed
updated CHANGELOG and version in package.json
1 parent bde7104 commit f2a4e3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@
9494
### Fixed
9595

9696
- Fixed the loader when using CMD + Click in macOS
97+
98+
## v1.6.6
99+
100+
### Fixed
101+
102+
- Fixed the TopLoader to work with special schemes such as mailto, sms, tel, etc
103+
- Fixed the TopLoader for "#" hash anchor

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.6.5",
3+
"version": "1.6.6",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)