From e250f5bdfd0d4e1caabdf3969c450980163bbc61 Mon Sep 17 00:00:00 2001 From: Adam Baker Date: Thu, 31 Mar 2022 13:07:25 -0400 Subject: [PATCH] chore: release 3.0.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da0239d..10bae30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/package.json b/package.json index 49cb299..6dd6b85 100644 --- a/package.json +++ b/package.json @@ -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",