diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bb1d9..9b2efdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.3...v2.0.0) (2020-03-12) + + +### Features + +* **comments:** disable comments by default and add flag to add them ([8bbda1e](https://github.com/angular-extensions/pretty-html-log/commit/8bbda1eaef9c3292be56563840ee47f04dba5892)) + + +### BREAKING CHANGES + +* **comments:** param order changed: before(ngHTMLElement, theme) - now: (ngHTMLElement, enableComments, theme) + ## [1.0.3](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.2...v1.0.3) (2019-12-04) diff --git a/package.json b/package.json index 98e0a0d..227d4cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "1.0.3", + "version": "2.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 9c17ec7..55ed4c0 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": "1.0.3", + "version": "2.0.0", "publishConfig": { "access": "public" },