Skip to content

Commit 087f598

Browse files
committed
update version number
1 parent 44acf56 commit 087f598

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,11 @@
132132
### Fixed
133133

134134
- Fix to add use client in jsr usage with nextjs
135-
- Update README about support for React
135+
- Update README about support for React
136+
137+
## v1.6.12
138+
139+
### Fixed
140+
141+
- Fixed indefinite animation when replacing current route
142+
- Moved @types/nprogress into devDependencies

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thesgj/nextjs-toploader",
3-
"version": "1.6.11",
3+
"version": "1.6.12",
44
"exports": "./src/index.tsx",
55
"compilerOptions": {
66
"jsx": "react-jsx",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-toploader",
3-
"version": "1.6.11",
3+
"version": "1.6.12",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)