diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d4b0e..f306612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,4 +87,10 @@ ### Fixed -- Fixed the spinner top and bottom margin \ No newline at end of file +- Fixed the spinner top and bottom margin + +## v1.6.5 + +### Fixed + +- Fixed the loader when using CMD + Click in macOS diff --git a/package.json b/package.json index 36ac0ec..55169ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-toploader", - "version": "1.6.4", + "version": "1.6.5", "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",