Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-11-06)

### Bug Fixes

* **linting:** adjust selector in tslint ([d9ccdb7](d9ccdb7))
* **package:** add publish config ([3128b15](3128b15))
* **package:** adjust package.json and trigger a release ([4e31227](4e31227))
* **type:** adjust typo to trigger release ([66604be](66604be))

### Features

* **logmethod:** add logNgHTML method to console ([3054c05](3054c05))
* **setup:** setup library ([1337b80](1337b80))
* **showcase:** add a showcase ([912a254](912a254))
  • Loading branch information
semantic-release-bot committed Nov 6, 2019
1 parent 04a733b commit e0cd7a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 1.0.0 (2019-11-06)


### Bug Fixes

* **linting:** adjust selector in tslint ([d9ccdb7](https://github.com/angular-extensions/pretty-html-log/commit/d9ccdb77db20610f09fb5f0f91e92f0b666823e8))
* **package:** add publish config ([3128b15](https://github.com/angular-extensions/pretty-html-log/commit/3128b156ac563138e3294eec78c578e833b89142))
* **package:** adjust package.json and trigger a release ([4e31227](https://github.com/angular-extensions/pretty-html-log/commit/4e3122794833ca96cda984b21d303d2e264c630c))
* **type:** adjust typo to trigger release ([66604be](https://github.com/angular-extensions/pretty-html-log/commit/66604be0a2b0d8be4e9feb02f23de27f0f47f468))


### Features

* **logmethod:** add logNgHTML method to console ([3054c05](https://github.com/angular-extensions/pretty-html-log/commit/3054c05a3e8aea5337bdb5f673f2c6b19759c663))
* **setup:** setup library ([1337b80](https://github.com/angular-extensions/pretty-html-log/commit/1337b8069fb3a497eb7dcab43bbb21a1472e087b))
* **showcase:** add a showcase ([912a254](https://github.com/angular-extensions/pretty-html-log/commit/912a25411b4d315bf58abfbac77789c82cc366d4))
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": "0.0.0-development",
"version": "1.0.0",
"scripts": {
"adjust-version": "npm-run-all adjust-version:*",
"adjust-version:lib": "replace-json-property projects/ng-simple-alert/package.json version $VERSION",
Expand Down

0 comments on commit e0cd7a3

Please sign in to comment.