Skip to content

Commit

Permalink
Version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Mar 2, 2019
1 parent d15379f commit 19b5d6f
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 @@
## 9.0.1

- Fix export in TypeScript types (#298)
- Update babel 6 -> 7, rollup 0 -> 1 (#301)

## 9.0.0

- [Breaking] Require React 15.3+
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": "9.0.0",
"version": "9.0.1",
"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 19b5d6f

Please sign in to comment.