Skip to content

Commit

Permalink
Bump version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi committed Jan 9, 2018
1 parent 0b24262 commit 6d67c6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## master (unreleased)

## 4.2.1

- Prevent error when clicking a link to an anchor that does not exist. Thanks to @SBRK contribution

## 4.2.0

- Implemented animation using `requestAnimationFrame`. Thanks to @kambing86 PR
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ _afterAnimate = () => {
### contributors
* Jean Chung <> [@jeanchung](https://github.com/jeanchung)
* Chua Kang Ming <> [@kambing86](https://github.com/kambing86)
* Benjamin MICHEL <> [@SBRK](https://github.com/SBRK)
## Contributing
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scrollchor",
"version": "4.2.0",
"version": "4.2.1",
"description": "A React component for scroll to #hash links with smooth animations",
"files": [
"lib"
Expand Down Expand Up @@ -33,6 +33,9 @@
"react": ">=15.0.0",
"fbjs": "*"
},
"dependencies": {
"requestanimationframe-timer": "^1.0.2"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-eslint": "7.x.x",
Expand All @@ -54,8 +57,5 @@
"parser": "babel-eslint"
},
"author": "bySabi Files",
"license": "ISC",
"dependencies": {
"requestanimationframe-timer": "^1.0.2"
}
"license": "ISC"
}

0 comments on commit 6d67c6c

Please sign in to comment.