From 98a7514a815882ed87d6a25f87fc7438894d7140 Mon Sep 17 00:00:00 2001 From: Esteban Arango Medina Date: Sun, 29 Jan 2023 23:13:36 -0500 Subject: [PATCH] Release 4.5.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9069be..1e72ec17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,30 @@ 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.5.0](https://github.com/esbanarango/ember-model-validator/compare/v4.4.0...v4.5.0) + +- Fix #238 [`#241`](https://github.com/esbanarango/ember-model-validator/pull/241) +- Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.49.0 [`#239`](https://github.com/esbanarango/ember-model-validator/pull/239) +- Bump ember-source from 4.9.3 to 4.10.0 [`#237`](https://github.com/esbanarango/ember-model-validator/pull/237) +- Bump @typescript-eslint/parser from 5.48.0 to 5.48.2 [`#236`](https://github.com/esbanarango/ember-model-validator/pull/236) +- Bump eslint-plugin-ember from 11.4.0 to 11.4.3 [`#232`](https://github.com/esbanarango/ember-model-validator/pull/232) +- Bump prettier from 2.8.1 to 2.8.2 [`#230`](https://github.com/esbanarango/ember-model-validator/pull/230) +- Bump ember-template-lint from 5.3.0 to 5.3.1 [`#228`](https://github.com/esbanarango/ember-model-validator/pull/228) +- Bump @types/qunit from 2.19.3 to 2.19.4 [`#227`](https://github.com/esbanarango/ember-model-validator/pull/227) +- Bump @types/ember__component from 4.0.11 to 4.0.12 [`#221`](https://github.com/esbanarango/ember-model-validator/pull/221) +- Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 [`#225`](https://github.com/esbanarango/ember-model-validator/pull/225) +- Merge pull request #241 from esbanarango/esbanarango/add-missing-check [`#238`](https://github.com/esbanarango/ember-model-validator/issues/238) +- fxi lint [`c50ea2f`](https://github.com/esbanarango/ember-model-validator/commit/c50ea2f8764db4b29509c5b91463dcaf011dc46b) +- Update model-validator.js [`ecfe06f`](https://github.com/esbanarango/ember-model-validator/commit/ecfe06f0efb287f2fd1ee7075edf054e25a1ad73) +- Update model-validator.js [`2db85ec`](https://github.com/esbanarango/ember-model-validator/commit/2db85ec2be9d55d73cc0d7f0fcb62ce6ba76a736) + #### [v4.4.0](https://github.com/esbanarango/ember-model-validator/compare/v4.3.0...v4.4.0) +> 3 January 2023 + - Fix object validator [`#224`](https://github.com/esbanarango/ember-model-validator/pull/224) - Bump @typescript-eslint/parser from 5.47.1 to 5.48.0 [`#223`](https://github.com/esbanarango/ember-model-validator/pull/223) +- Release 4.4.0 [`ac0a120`](https://github.com/esbanarango/ember-model-validator/commit/ac0a120fa3d4eda47c79c99af8d9406654e5caec) - Update register-version.js [`c78972d`](https://github.com/esbanarango/ember-model-validator/commit/c78972d790b8ff5de339eea7008d54ea02d7efff) #### [v4.3.0](https://github.com/esbanarango/ember-model-validator/compare/v4.2.0...v4.3.0) diff --git a/package.json b/package.json index 6c5ce094..85c6db94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-model-validator", - "version": "4.4.0", + "version": "4.5.0", "description": "ember addon. It adds validation support to your Ember-Data models.", "keywords": [ "ember-addon",