Skip to content

Commit a4f97c9

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.3...v2.0.0) (2020-03-12) ### Features * **comments:** disable comments by default and add flag to add them ([8bbda1e](8bbda1e)) ### BREAKING CHANGES * **comments:** param order changed: before(ngHTMLElement, theme) - now: (ngHTMLElement, enableComments, theme)
1 parent b88496a commit a4f97c9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.3...v2.0.0) (2020-03-12)
2+
3+
4+
### Features
5+
6+
* **comments:** disable comments by default and add flag to add them ([8bbda1e](https://github.com/angular-extensions/pretty-html-log/commit/8bbda1eaef9c3292be56563840ee47f04dba5892))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **comments:** param order changed: before(ngHTMLElement, theme) - now: (ngHTMLElement, enableComments, theme)
12+
113
## [1.0.3](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.2...v1.0.3) (2019-12-04)
214

315

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": "1.0.3",
3+
"version": "2.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": "1.0.3",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)