diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..346d139 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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.0 (2021-01-23) + + +### Bug Fixes + +* run initially (fix [#161](https://github.com/Purii/react-use-scrollspy/issues/161)) ([344eb3c](https://github.com/Purii/react-use-scrollspy/commit/344eb3cb0b92ab4dc0699fa2d9fb5d733e15ceee)) diff --git a/package.json b/package.json index adf0d3a..936108a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use-scrollspy", - "version": "2.0.1", + "version": "3.0.0", "author": "Patrick Puritscher ", "homepage": "https://purii.github.io/react-use-scrollspy", "description": "Flexible React Hook to automatically update navigation based on scroll position",