Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esbanarango committed Jan 30, 2023
1 parent 272fc40 commit 98a7514
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.4.0",
"version": "4.5.0",
"description": "ember addon. It adds validation support to your Ember-Data models.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 98a7514

Please sign in to comment.