Skip to content

Commit

Permalink
Prepare for 3.1.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmcknight authored Nov 7, 2020
1 parent 9b80451 commit 1ab1ea6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## HEAD

## 3.1.0
###### _2020_11_07_
- Update dependency ranges to support react `^17.0.1` ([#140](https://github.com/STORIS/react-scrollbar-size/pull/140) by [@shawnmcknight](https://github.com/shawnmcknight))

## 3.0.1
###### _2020-07-25_
- Internalized `debounce` function ([#30](https://github.com/STORIS/react-scrollbar-size/pull/30) by [@shawnmcknight](https://github.com/shawnmcknight))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-scrollbar-size",
"private": true,
"version": "3.0.1",
"version": "3.1.0",
"description": "React component to calculate the size of browser scrollbars",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1ab1ea6

Please sign in to comment.