From 7363265791517d3bfae29c1d05193b3b932f0157 Mon Sep 17 00:00:00 2001 From: Vinay Gopinath Date: Tue, 3 Jul 2018 21:48:04 +0530 Subject: [PATCH] [v5.0.0] Angular 6.x compatibility --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd662d..c04e446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 1b9b78a..933415a 100644 --- a/package.json +++ b/package.json @@ -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"