Skip to content

Commit

Permalink
[v5.0.0] Angular 6.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygopinath committed Jul 3, 2018
1 parent f8e599f commit 7363265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#Changelog

## [v4.0.0](https://github.com/vinaygopinath/ng2-meta/releases/tag/v3.0.1)
## [v5.0.0](https://github.com/vinaygopinath/ng2-meta/releases/tag/v5.0.0)

**Breaking change**: ng2-meta depends on Angular 6+ and rxjs 6+. Ensure that your site works with Angular 6 before you upgrade to this version.

## [v4.0.0](https://github.com/vinaygopinath/ng2-meta/releases/tag/v4.0.0)

**Breaking change**: All routes must contain `canActivate: [MetaGuard]` in their route configuration to notify `ng2-meta` when the route is about to change.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-meta",
"description": "Dynamic meta tags and SEO in Angular2",
"version": "4.0.0",
"version": "5.0.0",
"scripts": {
"lint": "tslint src/**/*.ts -p tsconfig.json",
"build": "ng-packagr -p package.json"
Expand Down

0 comments on commit 7363265

Please sign in to comment.