Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2020-04-17)

### Features

* **upgrade:** upgrade to Angular 9 ([97c9f61](97c9f61))

### BREAKING CHANGES

* **upgrade:** Uprgrade to Angular 9, upgrade deps, improve docs
  • Loading branch information
semantic-release-bot committed Apr 17, 2020
1 parent bc82d43 commit d185a03
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 @@
# [3.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v2.0.0...v3.0.0) (2020-04-17)


### Features

* **upgrade:** upgrade to Angular 9 ([97c9f61](https://github.com/angular-extensions/pretty-html-log/commit/97c9f6139e0f6967b895a0eaeebee5e13eb9ac0d))


### BREAKING CHANGES

* **upgrade:** Uprgrade to Angular 9, upgrade deps, improve docs

# [2.0.0](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.3...v2.0.0) (2020-03-12)


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

0 comments on commit d185a03

Please sign in to comment.