Skip to content

Commit 2d92491

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2019-12-04) ### Bug Fixes * **docs:** add import order information to the README ([1382e40](1382e40))
1 parent 0824f0d commit 2d92491

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.3](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.2...v1.0.3) (2019-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** add import order information to the README ([1382e40](https://github.com/angular-extensions/pretty-html-log/commit/1382e4073ff7adfaf91d8b9c6d97350571370ed5))
7+
18
## [1.0.2](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.1...v1.0.2) (2019-11-25)
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.2",
3+
"version": "1.0.3",
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.2",
3+
"version": "1.0.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)