Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Mar 31, 2022
1 parent b1e910e commit e250f5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ 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).

#### [v3.0.0](https://github.com/Gavant/gavant-ember-validations/compare/v2.1.3...v3.0.0)

- Fixing types [`b1e910e`](https://github.com/Gavant/gavant-ember-validations/commit/b1e910e7a639bf3bfff952264d1f5e70c938ea78)
- Merge pull request #16 from Gavant/upgrade-to-4.0 [`60a3d06`](https://github.com/Gavant/gavant-ember-validations/commit/60a3d069a401173f2af489968ca7b0aa414b04d2)
- Upgrade to 4.0 [`98f4034`](https://github.com/Gavant/gavant-ember-validations/commit/98f4034399c4195e3c6af122c333bee734a05820)

#### [v2.1.3](https://github.com/Gavant/gavant-ember-validations/compare/v2.1.2...v2.1.3)

> 23 April 2021
- Update errors type [`#15`](https://github.com/Gavant/gavant-ember-validations/pull/15)
- sort form validator file [`6fb85b1`](https://github.com/Gavant/gavant-ember-validations/commit/6fb85b1283f7ec2e73314f6b439cad3b384975b5)
- update form validator errors type [`352c81c`](https://github.com/Gavant/gavant-ember-validations/commit/352c81ca2a857e7814b4c299292d9d7a2a6a6a2d)
- chore: release 2.1.3 [`8fe9403`](https://github.com/Gavant/gavant-ember-validations/commit/8fe9403269397c986f3ab321d982321f53b738df)

#### [v2.1.2](https://github.com/Gavant/gavant-ember-validations/compare/v2.1.1...v2.1.2)

Expand Down Expand Up @@ -82,7 +91,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Octanification - Part 1: A New Hope [`#10`](https://github.com/Gavant/gavant-ember-validations/pull/10)
- update ember/ember-cli v3.8.1...v3.15.2 [`641fbe5`](https://github.com/Gavant/gavant-ember-validations/commit/641fbe5465b93712410a08598b41d2d580c9d1f0)
- converting to octane patterns, updating deps [`0d7340a`](https://github.com/Gavant/gavant-ember-validations/commit/0d7340afb72be6f3efe37dd21d728b37a75594d3)
- testing compiled typescript typings [`c0a269a`](https://github.com/Gavant/gavant-ember-validations/commit/c0a269aac66677677081284627e8fe8f6cbe60bd)
- remove compiled files [`89caf1a`](https://github.com/Gavant/gavant-ember-validations/commit/89caf1a163f9023780e7e8690f09ebba9dbbf887)

#### [v1.1.2](https://github.com/Gavant/gavant-ember-validations/compare/v1.1.1...v1.1.2)

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": "@gavant/ember-validations",
"version": "2.1.3",
"version": "3.0.0",
"description": "A form validator library using ember-changeset and ember-changeset-validations",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit e250f5b

Please sign in to comment.