Skip to content

Commit

Permalink
Version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trotzig committed Nov 20, 2018
1 parent 5a72874 commit fd3065a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 8.1.0

- Improve support for refs (#278)
- Don't include `.babelrc` in published npm package (#270)

## 8.0.3

- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/brigade/react-waypoint/pull/265))
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-waypoint",
"version": "8.0.3",
"version": "8.1.0",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit fd3065a

Please sign in to comment.