Skip to content

Commit 0824f0d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1382e40 + 6905810 commit 0824f0d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.1...v1.0.2) (2019-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** fix typo ([9cbb502](https://github.com/angular-extensions/pretty-html-log/commit/9cbb502ebcbe18f523cad251f20bd0f3b972edff))
7+
18
## [1.0.1](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.0...v1.0.1) (2019-11-08)
29

310

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

0 commit comments

Comments
 (0)