Skip to content

Commit adecdb5

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.1...v5.0.0) (2022-01-04) ### chore * 🤖 Angular 13 ([ca0fa69](ca0fa69)) ### Features * 🎸 add phl method ([bf5f393](bf5f393)) * 🎸 angular 12 ([b2be6b1](b2be6b1)) * 🎸 provide correct types ([dc252ed](dc252ed)) ### BREAKING CHANGES * 🧨 Upgrade to Angular 13 and Ivy * 🧨 Angular upgrade
1 parent 7eb769a commit adecdb5

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [5.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v4.0.1...v5.0.0) (2022-01-04)
2+
3+
4+
### chore
5+
6+
* 🤖 Angular 13 ([ca0fa69](https://github.com/angular-extensions/pretty-html-log/commit/ca0fa6977374c13156790276c0d92a59d9b6d3ae))
7+
8+
9+
### Features
10+
11+
* 🎸 add phl method ([bf5f393](https://github.com/angular-extensions/pretty-html-log/commit/bf5f3935cbb1ba1854760dfe61b99686fa4533f9))
12+
* 🎸 angular 12 ([b2be6b1](https://github.com/angular-extensions/pretty-html-log/commit/b2be6b18be2fda6c4b52ea3e358365bdc0add83a))
13+
* 🎸 provide correct types ([dc252ed](https://github.com/angular-extensions/pretty-html-log/commit/dc252ed48217b877cf6b7c27a09e78aff4b1b076))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* 🧨 Upgrade to Angular 13 and Ivy
19+
* 🧨 Angular upgrade
20+
121
## [4.0.1](https://github.com/angular-extensions/pretty-html-log/compare/v4.0.0...v4.0.1) (2021-03-17)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"scripts": {
55
"adjust-version": "npm-run-all adjust-version:*",
66
"adjust-version:lib": "replace-json-property projects/pretty-html-log/package.json version $VERSION",

projects/pretty-html-log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)