Skip to content

Commit

Permalink
build: update to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Lenaers committed Aug 13, 2019
1 parent 9680afa commit fde6bc6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/2.0.0...3.0.0) (2019-08-13)


### Bug Fixes

* failing install due to locked deps ([214d57e](https://github.com/nicky-lenaers/ngx-scroll-to/commit/214d57e))
* **lib:** replace "... from 'rjx/index'" import by "...from 'rxjs'" ([#115](https://github.com/nicky-lenaers/ngx-scroll-to/issues/115)) ([452a986](https://github.com/nicky-lenaers/ngx-scroll-to/commit/452a986))


### Features

* update to angular 8 ([#123](https://github.com/nicky-lenaers/ngx-scroll-to/issues/123)) ([8d0e337](https://github.com/nicky-lenaers/ngx-scroll-to/commit/8d0e337))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/1.1.1...2.0.0) (2018-12-12)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nicky-lenaers/ngx-scroll-to-demo",
"description": "Demo Application for @nicky-lenaers/ngx-scroll-to package.",
"version": "2.0.1",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
Expand Down

0 comments on commit fde6bc6

Please sign in to comment.