Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Apr 22, 2024
1 parent 44acf56 commit 087f598
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,11 @@
### Fixed

- Fix to add use client in jsr usage with nextjs
- Update README about support for React
- Update README about support for React

## v1.6.12

### Fixed

- Fixed indefinite animation when replacing current route
- Moved @types/nprogress into devDependencies
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thesgj/nextjs-toploader",
"version": "1.6.11",
"version": "1.6.12",
"exports": "./src/index.tsx",
"compilerOptions": {
"jsx": "react-jsx",
Expand Down
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.11",
"version": "1.6.12",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 087f598

Please sign in to comment.