Skip to content

Commit

Permalink
chore(release): bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Feb 15, 2019
1 parent fd8bf82 commit 5a6e929
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 6.0.0-beta.1 (2019-02-15)

### Fix

- Using non-`forRoot()` import did not work ([#341](https://github.com/Nolanus/ngx-page-scroll/issues/341))

### Other

- Update third party dependencies
- Add back some library project package.json properties

## 6.0.0-beta.0 (2019-01-23)

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-page-scroll-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-page-scroll-core",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "Animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-page-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-page-scroll",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand Down

0 comments on commit 5a6e929

Please sign in to comment.