From e5f99e3d9f56d829ef4c925c9c72529b58d1e2c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 May 2023 10:59:17 +0000 Subject: [PATCH] chore(release): 2.5.5 [skip ci] ## [2.5.5](https://github.com/truonghungit/ngx-validator/compare/v2.5.4...v2.5.5) (2023-05-25) ### Bug Fixes * :bug: resolve version conflict issue ([29f4021](https://github.com/truonghungit/ngx-validator/commit/29f40210c52ae30a05f3993034c56787d4d598f1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecad6c6..f0e01ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.5](https://github.com/truonghungit/ngx-validator/compare/v2.5.4...v2.5.5) (2023-05-25) + + +### Bug Fixes + +* :bug: resolve version conflict issue ([29f4021](https://github.com/truonghungit/ngx-validator/commit/29f40210c52ae30a05f3993034c56787d4d598f1)) + ## [2.5.4](https://github.com/truonghungit/ngx-validator/compare/v2.5.3...v2.5.4) (2023-05-23) ## [2.5.3](https://github.com/truonghungit/ngx-validator/compare/v2.5.2...v2.5.3) (2023-05-23) diff --git a/package.json b/package.json index 6c0dfcf..5916bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@popeyelab/ngx-validator", - "version": "2.5.4", + "version": "2.5.5", "description": "A Reactive Form Validator library for Angular.", "scripts": { "ng": "ng",