From 2d7e21bdb34edfa745acc4e66a4750c3e908aa7e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 26 Jun 2020 12:02:31 +0200 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 12 ++++++++++++ projects/ngx-valdemort/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7669dd1..d8067d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v3.0.0...v4.0.0) (2020-06-26) + + +### Features + +* update to Angular v10 ([61c624b](https://github.com/Ninja-Squad/ngx-valdemort/commit/61c624b722278e1e263056123204b42a4953eefd)) + + +### Bug Fixes + +* fix loading of snippets and improve test ([11d681c](https://github.com/Ninja-Squad/ngx-valdemort/commit/11d681ca22e1d65740ce9e3e1db28b16895e7442)) + ## [3.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v2.0.0...v3.0.0) (2020-02-07) diff --git a/projects/ngx-valdemort/package.json b/projects/ngx-valdemort/package.json index e617de80..16716fc8 100644 --- a/projects/ngx-valdemort/package.json +++ b/projects/ngx-valdemort/package.json @@ -1,6 +1,6 @@ { "name": "ngx-valdemort", - "version": "3.0.0", + "version": "4.0.0", "description": "Simple, consistent validation error messages for your Angular forms", "peerDependencies": { "@angular/common": "^10.0.0",