From ca214213e6b1b80075da14fc0c2a5d7bf5c35c56 Mon Sep 17 00:00:00 2001 From: Patrick Puritscher Date: Sat, 16 Apr 2022 15:09:46 +0200 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2402139..0b8657b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.2](https://github.com/Purii/react-use-scrollspy/compare/v3.0.1...v3.0.2) (2022-04-16) + ### [3.0.1](https://github.com/Purii/react-use-scrollspy/compare/v3.0.0...v3.0.1) (2021-09-10) ## 3.0.0 (2021-01-23) diff --git a/package.json b/package.json index 83297ab..a1c5998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use-scrollspy", - "version": "3.0.1", + "version": "3.0.2", "author": "Patrick Puritscher ", "homepage": "https://purii.github.io/react-use-scrollspy", "description": "Flexible React Hook to automatically update navigation based on scroll position",