Skip to content

Commit ae27d03

Browse files
committed
updated changelog
1 parent b3e0b7f commit ae27d03

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Changelog
2-
====
1+
# Changelog
2+
3+
## 5.1.0
4+
5+
- Add TypeScript definition ([#153](https://github.com/joshwnj/react-visibility-sensor/pull/153))
36

47
## 5.0.0
58

@@ -111,7 +114,7 @@ Changelog
111114

112115
If you're not setting a `className` or `style`, no change is required.
113116

114-
Otherwise add your own element as a child and move the `className` or `style` there. Eg:
117+
Otherwise add your own element as a child and move the `className` or `style` there. Eg:
115118

116119
- before: `<VisibilitySensor className='something' />`
117120
- after: `<VisibilitySensor><div className='something' /></VisibilitySensor>`

0 commit comments

Comments
 (0)