From 087f598fe970121f1e52b69a28b1044eb5ba946c Mon Sep 17 00:00:00 2001 From: Shri Ganesh Jha Date: Tue, 23 Apr 2024 00:13:55 +0530 Subject: [PATCH] update version number --- CHANGELOG.md | 9 ++++++++- deno.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb8a51..97273c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -132,4 +132,11 @@ ### Fixed - Fix to add use client in jsr usage with nextjs -- Update README about support for React \ No newline at end of file +- Update README about support for React + +## v1.6.12 + +### Fixed + +- Fixed indefinite animation when replacing current route +- Moved @types/nprogress into devDependencies \ No newline at end of file diff --git a/deno.json b/deno.json index 91aa55f..d7451ea 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@thesgj/nextjs-toploader", - "version": "1.6.11", + "version": "1.6.12", "exports": "./src/index.tsx", "compilerOptions": { "jsx": "react-jsx", diff --git a/package.json b/package.json index 587930b..86ad8e3 100644 --- a/package.json +++ b/package.json @@ -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",