Skip to content

Commit

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


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": "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",
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": "1.0.3",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a4f97c9

Please sign in to comment.