Skip to content

Commit 551c88f

Browse files
committed
update version number
1 parent 423afc6 commit 551c88f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
- Updated to add support for the JSR Package Manager
122122
- Updated to version 1.6.9 to avoid version gap for JSR
123123

124-
## v1.6.9
124+
## v1.6.10
125125

126126
### Fixed
127127

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thesgj/nextjs-toploader",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
44
"exports": "./src/index.tsx",
55
"compilerOptions": {
66
"jsx": "react-jsx",

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.9",
3+
"version": "1.6.10",
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)