Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Oct 9, 2022
1 parent eb98b10 commit d661099
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.1.0](https://github.com/Purii/react-use-scrollspy/compare/v3.0.2...v3.1.0) (2022-10-09)


### Features

* add an optional scrollingElement params ([bf7c9ba](https://github.com/Purii/react-use-scrollspy/commit/bf7c9babcc62a30a5c0145be7bf409556aa215cc))


### Bug Fixes

* the addEventListener was not adding correctly ([a11cd08](https://github.com/Purii/react-use-scrollspy/commit/a11cd088cc0979d17e13b1935b8fce33065a4b26))
* useless line removed and simplifing code ([c38d624](https://github.com/Purii/react-use-scrollspy/commit/c38d624bf03be1ed38b5c7798e8c527fa98a596d))

### [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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-scrollspy",
"version": "3.0.2",
"version": "3.1.0",
"author": "Patrick Böder <[email protected]>",
"homepage": "https://purii.github.io/react-use-scrollspy",
"description": "Flexible React Hook to automatically update navigation based on scroll position",
Expand Down

0 comments on commit d661099

Please sign in to comment.