diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b619e9..f1f6f0d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b26dff6..448a53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.0...v2.0.1) (2025-09-04) + + +### ✅ Tests + +* update scrollToSectionView tests for clarity and consistency ([7ee73a2](https://github.com/dorixdev/react-dual-scroll-sync/commit/7ee73a2088dd6cb9441dfefd407449330c3433c1)) +* update useValidateChildren tests to use async/await for clarity and consistency ([7ee73a2](https://github.com/dorixdev/react-dual-scroll-sync/commit/7ee73a2088dd6cb9441dfefd407449330c3433c1)) + ## [2.0.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.2.3...v2.0.0) (2025-09-04) diff --git a/package.json b/package.json index e39fcd0..2cbe86e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dorixdev/react-dual-scroll-sync", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "description": "A lightweight React library to synchronize navigation menus with scrollable content sections.", "type": "module",