Skip to content

Commit

Permalink
docs: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudPower97 committed Dec 3, 2018
1 parent 37dc3a3 commit 9d09a2e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/CloudPower97/react-spy/compare/v1.1.1...v1.2.0) (2018-12-03)


### Bug Fixes

* correctly initializes the component ([b64ca67](https://github.com/CloudPower97/react-spy/commit/b64ca67)), closes [#3](https://github.com/CloudPower97/react-spy/issues/3)
* exposing an index.js in lib ([749993d](https://github.com/CloudPower97/react-spy/commit/749993d))
* now correctly removing activeClass on update ([10ae785](https://github.com/CloudPower97/react-spy/commit/10ae785))
* now handling some edge cases ([4903a8c](https://github.com/CloudPower97/react-spy/commit/4903a8c)), closes [#1](https://github.com/CloudPower97/react-spy/issues/1)
* run pretty and fix on pretest ([dcdd7a8](https://github.com/CloudPower97/react-spy/commit/dcdd7a8))



## [1.1.1](https://github.com/CloudPower97/react-spy/compare/v1.1.0...v1.1.1) (2018-12-03)


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": "@cloudpower97/react-spy",
"version": "1.1.1",
"version": "1.2.0",
"description": "A simple React Scrollspy component built with performance in mind",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9d09a2e

Please sign in to comment.