diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa2e61..a20dc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/angular-extensions/pretty-html-log/compare/v5.0.0...v5.0.1) (2022-01-12) + + +### Bug Fixes + +* 🐛 release docs ([0159506](https://github.com/angular-extensions/pretty-html-log/commit/0159506e9155bd7ffeac231a23c942524fa678ab)) + # [5.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v4.0.1...v5.0.0) (2022-01-04) diff --git a/package.json b/package.json index 57cea8c..68fdc2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "5.0.0", + "version": "5.0.1", "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 9a5f69f..56e3326 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": "5.0.0", + "version": "5.0.1", "publishConfig": { "access": "public" },