diff --git a/CHANGELOG.md b/CHANGELOG.md index 5890a361..8c8b64b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ 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.2.0](https://github.com/esbanarango/ember-model-validator/compare/v4.1.0...v4.2.0) + +- Uppercase `ValidationsConfig` type [`affdd3f`](https://github.com/esbanarango/ember-model-validator/commit/affdd3ff2c777898391dd9a5992a05e76489da01) + #### [v4.1.0](https://github.com/esbanarango/ember-model-validator/compare/v4.0.0...v4.1.0) +> 1 January 2023 + - Bump eslint-plugin-ember from 11.3.1 to 11.4.0 [`#219`](https://github.com/esbanarango/ember-model-validator/pull/219) - Create CHANGELOG.md [`97c5d51`](https://github.com/esbanarango/ember-model-validator/commit/97c5d51af721ecbc26bbe08c3847ed92313a1017) - Fix imports and types [`5dbaf2c`](https://github.com/esbanarango/ember-model-validator/commit/5dbaf2cbfaad78e2fe6f397786efd45bc57350eb) -- add declarations [`51e6a1c`](https://github.com/esbanarango/ember-model-validator/commit/51e6a1c900f380344652ad2e39af0c7126e479ac) +- Release 4.1.0 [`4c83766`](https://github.com/esbanarango/ember-model-validator/commit/4c837662d542e6c5fd43f87eb2233928230ebb31) ### [v4.0.0](https://github.com/esbanarango/ember-model-validator/compare/v3.14.0...v4.0.0) diff --git a/package.json b/package.json index 7b2cef42..4b7d39e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-model-validator", - "version": "4.1.0", + "version": "4.2.0", "description": "ember addon. It adds validation support to your Ember-Data models.", "keywords": [ "ember-addon",