From 1d466f5c9650f5ab328e51f0ddae69f12a754b1d Mon Sep 17 00:00:00 2001 From: Zsolt Tovis Date: Fri, 19 Apr 2024 14:48:32 +0200 Subject: [PATCH] v2.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f2e8912..b1b84a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scrollspy-navigation", - "version": "2.0.3", + "version": "2.0.4", "description": "ScrollSpy React Component - Automatically update navigation components based on scroll position to indicate which link is currently active in the viewport.", "keywords": [ "scrollspy", @@ -76,7 +76,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.3", - "react-scrollspy-navigation": "^2.0.2", + "react-scrollspy-navigation": "^2.0.4", "vite": "^5.2.0" } }