diff --git a/CHANGELOG.md b/CHANGELOG.md index 7934e04..6d7074d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/fulls1z3/ngx-meta/compare/v8.0.0...v8.0.1) (2019-11-21) + +**Note:** Version bump only for package ngx-meta + + + + + # [8.0.0](https://github.com/fulls1z3/ngx-meta/compare/v7.0.10...v8.0.0) (2019-11-21) diff --git a/lerna.json b/lerna.json index d049773..ea37eba 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@ngx-meta/*" ], - "version": "8.0.0", + "version": "8.0.1", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-meta/core/CHANGELOG.md b/packages/@ngx-meta/core/CHANGELOG.md index 5d2b33e..efcacde 100644 --- a/packages/@ngx-meta/core/CHANGELOG.md +++ b/packages/@ngx-meta/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/fulls1z3/ngx-meta/compare/v8.0.0...v8.0.1) (2019-11-21) + +**Note:** Version bump only for package @ngx-meta/core + + + + + # [8.0.0](https://github.com/fulls1z3/ngx-meta/compare/v7.0.10...v8.0.0) (2019-11-21) diff --git a/packages/@ngx-meta/core/package.json b/packages/@ngx-meta/core/package.json index 43623f6..9976fc9 100644 --- a/packages/@ngx-meta/core/package.json +++ b/packages/@ngx-meta/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-meta/core", - "version": "8.0.0", + "version": "8.0.1", "description": "Dynamic page title & meta tags utility for Angular (w/server-side rendering)", "repository": { "type": "git",