diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1eef7a..224edd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 4.0.0-beta.6 (2017-03-26) + +### Breaking Change + +- Interrupt listener for mouse clicks now only interrupts the scroll animation if click happens inside the scroll container (e8e3100) + +### Feature + +- Adjust route hash on scrolling using `pageScroll` directive (559ef67) + +### Fix + +- Bug where `stopAll` did not stop all running pageScroll instances (d5de63d) + + +### Other + +- Document namepsace feature in demo app (b53881e) +- Loosen peer deps for work with angular 4 (#106, #107, #108, #109, #110, #113) +- Do not publish travis deployment specific files to npm (#112) +- Remove inadvertent fdescribe in e2e specs +- Fixed README typos + ## 4.0.0-beta.5 (2017-03-11) ### Feature diff --git a/package.json b/package.json index 8b742866..c5656115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-page-scroll", - "version": "4.0.0-beta.5", + "version": "4.0.0-beta.6", "description": "Animated scrolling functionality written in pure angular2", "scripts": { "compile": "npm run lint:code && ngc -p tsconfig-build.json",