From 8eb07514757929f8f9d5bd958c2ce34e0041adbe Mon Sep 17 00:00:00 2001 From: Esteban Arango Medina Date: Mon, 2 Jan 2023 16:46:13 -0500 Subject: [PATCH] Release 4.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8b64b1..0bf57fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.3.0](https://github.com/esbanarango/ember-model-validator/compare/v4.2.0...v4.3.0) + +- Fix `ValidateOptions` as optionals [`27038a7`](https://github.com/esbanarango/ember-model-validator/commit/27038a74a554251f4a59fd0a51a5c25973b89139) + #### [v4.2.0](https://github.com/esbanarango/ember-model-validator/compare/v4.1.0...v4.2.0) +> 2 January 2023 + - Uppercase `ValidationsConfig` type [`affdd3f`](https://github.com/esbanarango/ember-model-validator/commit/affdd3ff2c777898391dd9a5992a05e76489da01) +- Release 4.2.0 [`0a15265`](https://github.com/esbanarango/ember-model-validator/commit/0a1526567601516ad4e6cd9d0455f88ae973df10) #### [v4.1.0](https://github.com/esbanarango/ember-model-validator/compare/v4.0.0...v4.1.0) diff --git a/package.json b/package.json index 4b7d39e2..4a7cbb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-model-validator", - "version": "4.2.0", + "version": "4.3.0", "description": "ember addon. It adds validation support to your Ember-Data models.", "keywords": [ "ember-addon",