Skip to content

Commit

Permalink
Release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esbanarango committed Aug 15, 2023
1 parent fb33194 commit 245df15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 245df15

Please sign in to comment.