Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esbanarango committed Jan 3, 2023
1 parent fa25b3b commit ac0a120
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.4.0](https://github.com/esbanarango/ember-model-validator/compare/v4.3.0...v4.4.0)

- 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)
- 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)

> 2 January 2023
- Release 4.3.0 [`8eb0751`](https://github.com/esbanarango/ember-model-validator/commit/8eb07514757929f8f9d5bd958c2ce34e0041adbe)
- 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)
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.3.0",
"version": "4.4.0",
"description": "ember addon. It adds validation support to your Ember-Data models.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit ac0a120

Please sign in to comment.