Skip to content

Commit 46d226f

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2019-11-08) ### Bug Fixes * **metadata:** add missing metadata ([a948d3b](a948d3b))
1 parent a948d3b commit 46d226f

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.1](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.0...v1.0.1) (2019-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **metadata:** add missing metadata ([a948d3b](https://github.com/angular-extensions/pretty-html-log/commit/a948d3b978e0c1ab0024add3488a2a185d3467ad))
7+
18
# 1.0.0 (2019-11-06)
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.0",
3+
"version": "1.0.1",
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": "0.0.0-development",
3+
"version": "1.0.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)