From adecdb5a792e8d79e5eaea42a6a9c7452b36e458 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 08:15:14 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [5.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v4.0.1...v5.0.0) (2022-01-04) ### chore * ๐Ÿค– Angular 13 ([ca0fa69](https://github.com/angular-extensions/pretty-html-log/commit/ca0fa6977374c13156790276c0d92a59d9b6d3ae)) ### Features * ๐ŸŽธ add phl method ([bf5f393](https://github.com/angular-extensions/pretty-html-log/commit/bf5f3935cbb1ba1854760dfe61b99686fa4533f9)) * ๐ŸŽธ angular 12 ([b2be6b1](https://github.com/angular-extensions/pretty-html-log/commit/b2be6b18be2fda6c4b52ea3e358365bdc0add83a)) * ๐ŸŽธ provide correct types ([dc252ed](https://github.com/angular-extensions/pretty-html-log/commit/dc252ed48217b877cf6b7c27a09e78aff4b1b076)) ### BREAKING CHANGES * ๐Ÿงจ Upgrade to Angular 13 and Ivy * ๐Ÿงจ Angular upgrade --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- projects/pretty-html-log/package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3a1b9..6aa2e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [5.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v4.0.1...v5.0.0) (2022-01-04) + + +### chore + +* ๐Ÿค– Angular 13 ([ca0fa69](https://github.com/angular-extensions/pretty-html-log/commit/ca0fa6977374c13156790276c0d92a59d9b6d3ae)) + + +### Features + +* ๐ŸŽธ add phl method ([bf5f393](https://github.com/angular-extensions/pretty-html-log/commit/bf5f3935cbb1ba1854760dfe61b99686fa4533f9)) +* ๐ŸŽธ angular 12 ([b2be6b1](https://github.com/angular-extensions/pretty-html-log/commit/b2be6b18be2fda6c4b52ea3e358365bdc0add83a)) +* ๐ŸŽธ provide correct types ([dc252ed](https://github.com/angular-extensions/pretty-html-log/commit/dc252ed48217b877cf6b7c27a09e78aff4b1b076)) + + +### BREAKING CHANGES + +* ๐Ÿงจ Upgrade to Angular 13 and Ivy +* ๐Ÿงจ Angular upgrade + ## [4.0.1](https://github.com/angular-extensions/pretty-html-log/compare/v4.0.0...v4.0.1) (2021-03-17) diff --git a/package.json b/package.json index ec30b4b..57cea8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "4.0.1", + "version": "5.0.0", "scripts": { "adjust-version": "npm-run-all adjust-version:*", "adjust-version:lib": "replace-json-property projects/pretty-html-log/package.json version $VERSION", diff --git a/projects/pretty-html-log/package.json b/projects/pretty-html-log/package.json index edacedb..9a5f69f 100644 --- a/projects/pretty-html-log/package.json +++ b/projects/pretty-html-log/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "4.0.1", + "version": "5.0.0", "publishConfig": { "access": "public" },