From 467426db9cb324d44c1a4343b1199aa3cf06cf88 Mon Sep 17 00:00:00 2001 From: Luca Micieli Date: Tue, 3 Dec 2019 00:46:05 +0100 Subject: [PATCH] chore(publish): release v0.3.0 --- package.json | 2 +- projects/xtream/ngx-validation-errors/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2372d79..cfe9de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-validation-errors", - "version": "0.2.0", + "version": "0.3.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/xtream/ngx-validation-errors/package.json b/projects/xtream/ngx-validation-errors/package.json index b6bd873..aafb07e 100644 --- a/projects/xtream/ngx-validation-errors/package.json +++ b/projects/xtream/ngx-validation-errors/package.json @@ -1,7 +1,7 @@ { "name": "@xtream/ngx-validation-errors", "author": "Luca Micieli ", - "version": "0.2.0", + "version": "0.3.0", "repository": { "url": "https://github.com/xtreamsrl/ngx-validation-errors" },