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 Jun 1, 2019
1 parent 3d74456 commit 7c9b13a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 6.0.1 (2019-06-01)

### Other

- Update dependencies (add angular 8 support)

## 6.0.0 (2019-05-22)

### Other

- Adjust wrong peer dependency between core and directive module [#354](https://github.com/Nolanus/ngx-page-scroll/issues/354)
- Update dependencies


## 6.0.0-beta.1 (2019-02-15)

### Fix
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",
"version": "6.0.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",
"version": "6.0.1",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand Down

0 comments on commit 7c9b13a

Please sign in to comment.