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 5, 2019
1 parent 31dfd85 commit 1dd157e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.0.2 (2019-06-05)

Note: This release mainly reverts the changes made in v6.0.1

### Fix

- Revert to angular@7 build tools to produce compatible bundle files ([#363](https://github.com/Nolanus/ngx-page-scroll/issues/363))

## 6.0.1 (2019-06-01)

### Other
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.1",
"version": "6.0.2",
"description": "Animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "6.0.2",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
"peerDependencies": {
"ngx-page-scroll-core": "6.0.1",
"ngx-page-scroll-core": "6.0.2",
"@angular/common": "^7.1.0 || ^8.0.0",
"@angular/core": "^7.1.0 || ^8.0.0"
}
Expand Down

0 comments on commit 1dd157e

Please sign in to comment.