Skip to content

Commit 9d09a2e

Browse files
committed
docs: release 1.2.0
1 parent 37dc3a3 commit 9d09a2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.2.0](https://github.com/CloudPower97/react-spy/compare/v1.1.1...v1.2.0) (2018-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly initializes the component ([b64ca67](https://github.com/CloudPower97/react-spy/commit/b64ca67)), closes [#3](https://github.com/CloudPower97/react-spy/issues/3)
7+
* exposing an index.js in lib ([749993d](https://github.com/CloudPower97/react-spy/commit/749993d))
8+
* now correctly removing activeClass on update ([10ae785](https://github.com/CloudPower97/react-spy/commit/10ae785))
9+
* now handling some edge cases ([4903a8c](https://github.com/CloudPower97/react-spy/commit/4903a8c)), closes [#1](https://github.com/CloudPower97/react-spy/issues/1)
10+
* run pretty and fix on pretest ([dcdd7a8](https://github.com/CloudPower97/react-spy/commit/dcdd7a8))
11+
12+
13+
114
## [1.1.1](https://github.com/CloudPower97/react-spy/compare/v1.1.0...v1.1.1) (2018-12-03)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudpower97/react-spy",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A simple React Scrollspy component built with performance in mind",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)