Skip to content

Commit 85f2b5c

Browse files
committed
chore(release): publish v0.0.3
1 parent 834d76e commit 85f2b5c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.0.3 (2019-08-2)
2+
3+
4+
### Bug Fixes
5+
6+
* change module import for lazy loading error
7+
8+
19
## 0.0.2 (2019-05-20)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-validation-errors",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/xtream/ngx-validation-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xtream/ngx-validation-errors",
33
"author": "Luca Micieli <[email protected]>",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"repository": {
66
"url": "https://github.com/xtreamsrl/ngx-validation-errors"
77
},

0 commit comments

Comments
 (0)