Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 4, 2022
1 parent 7eb769a commit adecdb5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/pretty-html-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-extensions/pretty-html-log",
"version": "4.0.1",
"version": "5.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit adecdb5

Please sign in to comment.