Skip to content

Commit

Permalink
Changelog + bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Jun 30, 2016
1 parent f9f69dd commit 6d4fbae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.2.0 (2016-06-30)

Fix:

- Scrolling did not work properly when initial scrollTop value was greater 0 (fixes #15)

Enhance:

- Use another scrollTop source to increase cross browser support

Other:

- New angular version (rc.3)
- New angular router version (alpha.8)

## 1.1.1 (2016-06-10)

Fix:
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": "ng2-page-scroll",
"version": "1.1.1",
"version": "1.2.0",
"description": "Pure angular2 directive for scrolling to html anchors",
"scripts": {
"install:typings": "./node_modules/.bin/typings install",
Expand Down

0 comments on commit 6d4fbae

Please sign in to comment.