Skip to content

Commit c28b294

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-11-06) ### Bug Fixes * **linting:** adjust selector in tslint ([d9ccdb7](d9ccdb7)) ### Features * **logmethod:** add logNgHTML method to console ([3054c05](3054c05)) * **setup:** setup library ([1337b80](1337b80)) * **showcase:** add a showcase ([912a254](912a254))
1 parent 4389a75 commit c28b294

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2019-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **linting:** adjust selector in tslint ([d9ccdb7](https://github.com/angular-extensions/pretty-html-log/commit/d9ccdb77db20610f09fb5f0f91e92f0b666823e8))
7+
8+
9+
### Features
10+
11+
* **logmethod:** add logNgHTML method to console ([3054c05](https://github.com/angular-extensions/pretty-html-log/commit/3054c05a3e8aea5337bdb5f673f2c6b19759c663))
12+
* **setup:** setup library ([1337b80](https://github.com/angular-extensions/pretty-html-log/commit/1337b8069fb3a497eb7dcab43bbb21a1472e087b))
13+
* **showcase:** add a showcase ([912a254](https://github.com/angular-extensions/pretty-html-log/commit/912a25411b4d315bf58abfbac77789c82cc366d4))

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": "0.0.0-development",
3+
"version": "1.0.0",
44
"scripts": {
55
"adjust-version": "npm-run-all adjust-version:*",
66
"adjust-version:lib": "replace-json-property projects/ng-simple-alert/package.json version $VERSION",

0 commit comments

Comments
 (0)