Skip to content

Commit 0e87a33

Browse files
committed
chore(release): 3.0.0
1 parent 3d4e17c commit 0e87a33

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 3.0.0 (2021-01-23)
6+
7+
8+
### Bug Fixes
9+
10+
* run initially (fix [#161](https://github.com/Purii/react-use-scrollspy/issues/161)) ([344eb3c](https://github.com/Purii/react-use-scrollspy/commit/344eb3cb0b92ab4dc0699fa2d9fb5d733e15ceee))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-scrollspy",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"author": "Patrick Puritscher <[email protected]>",
55
"homepage": "https://purii.github.io/react-use-scrollspy",
66
"description": "Flexible React Hook to automatically update navigation based on scroll position",

0 commit comments

Comments
 (0)