From 245df154f60ad71900972891712fa96921b6e565 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 15 Aug 2023 08:38:46 -0500 Subject: [PATCH] Release 4.7.0 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e393542..4d7cbfb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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.7.0](https://github.com/esbanarango/ember-model-validator/compare/v4.6.0...v4.7.0) + +- Bump ember-source from 4.12.0 to 4.12.3 [`#309`](https://github.com/esbanarango/ember-model-validator/pull/309) +- Bump @types/ember__polyfills from 4.0.1 to 4.0.2 [`#308`](https://github.com/esbanarango/ember-model-validator/pull/308) +- Bump @types/ember__engine from 4.0.4 to 4.0.5 [`#307`](https://github.com/esbanarango/ember-model-validator/pull/307) +- Bump @types/ember__array from 4.0.3 to 4.0.4 [`#306`](https://github.com/esbanarango/ember-model-validator/pull/306) +- Bump @types/ember__application from 4.0.5 to 4.0.6 [`#305`](https://github.com/esbanarango/ember-model-validator/pull/305) +- Bump semver from 5.7.1 to 5.7.2 [`#301`](https://github.com/esbanarango/ember-model-validator/pull/301) +- Bump word-wrap from 1.2.3 to 1.2.5 [`#304`](https://github.com/esbanarango/ember-model-validator/pull/304) +- Update register-version.js [`fb33194`](https://github.com/esbanarango/ember-model-validator/commit/fb33194059fd213108354a4c881b7f4d642e2cc7) + #### [v4.6.0](https://github.com/esbanarango/ember-model-validator/compare/v4.5.0...v4.6.0) +> 1 August 2023 + - feat: Add support for object validator access as hash [`#303`](https://github.com/esbanarango/ember-model-validator/pull/303) - Bump @types/ember__controller from 4.0.4 to 4.0.5 [`#299`](https://github.com/esbanarango/ember-model-validator/pull/299) - Bump ember-cli-dependency-checker from 3.3.1 to 3.3.2 [`#297`](https://github.com/esbanarango/ember-model-validator/pull/297) @@ -36,9 +49,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump typescript from 4.9.4 to 4.9.5 [`#246`](https://github.com/esbanarango/ember-model-validator/pull/246) - Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#245`](https://github.com/esbanarango/ember-model-validator/pull/245) - Bump prettier from 2.8.2 to 2.8.3 [`#244`](https://github.com/esbanarango/ember-model-validator/pull/244) +- Release 4.6.0 [`a85bfb0`](https://github.com/esbanarango/ember-model-validator/commit/a85bfb0f501dd7286f9db9967e7a908709bd6051) - Update fake-model.ts [`152f6ec`](https://github.com/esbanarango/ember-model-validator/commit/152f6ec935ff5bd9aba99ba2c5df46d38d0e02b2) - normal push for ED 5 [`83f25cc`](https://github.com/esbanarango/ember-model-validator/commit/83f25cc5fd80df37caecfc89f57d312517dfc6e0) -- Update fake-model-test.js [`dcb3150`](https://github.com/esbanarango/ember-model-validator/commit/dcb31505c0b371aab7aecf610d1925644efba420) #### [v4.5.0](https://github.com/esbanarango/ember-model-validator/compare/v4.4.0...v4.5.0) diff --git a/package.json b/package.json index 82e2e007..833e400f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-model-validator", - "version": "4.6.0", + "version": "4.7.0", "description": "ember addon. It adds validation support to your Ember-Data models.", "keywords": [ "ember-addon",