diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b54475..e9c7454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ 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). +#### [v2.1.1](https://github.com/Gavant/ember-floating-labels/compare/v2.1.0...v2.1.1) + +- Merge pull request #38 from Gavant/update-input-type-arg [`caf05d1`](https://github.com/Gavant/ember-floating-labels/commit/caf05d1a6f5f8d96cb61c3fb288d9c7b380dcb33) +- add HTMLInputType for <input> types [`1b458f9`](https://github.com/Gavant/ember-floating-labels/commit/1b458f94576832184fce8e3ab7b25642277abe3d) +- add @type argument to FlInput [`e351e9c`](https://github.com/Gavant/ember-floating-labels/commit/e351e9c37bbd2fae039416b3f4ca885534ea4c41) + #### [v2.1.0](https://github.com/Gavant/ember-floating-labels/compare/v2.0.0...v2.1.0) +> 14 April 2022 + - Adding option to show error in placeholder [`#37`](https://github.com/Gavant/ember-floating-labels/pull/37) - Changing prop name and fixing select and text area [`b9a1c2e`](https://github.com/Gavant/ember-floating-labels/commit/b9a1c2e47cd6bb3d51221b99b8dded5dbbf2275b) +- chore: release 2.1.0 [`b7e4ac9`](https://github.com/Gavant/ember-floating-labels/commit/b7e4ac94967731175fd482deba879bc72a27edba) ### [v2.0.0](https://github.com/Gavant/ember-floating-labels/compare/v1.1.0...v2.0.0) diff --git a/package.json b/package.json index bcabec1..d25a8f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gavant/ember-floating-labels", - "version": "2.1.0", + "version": "2.1.1", "description": "Animated floating placeholder form labels for Ember apps", "keywords": [ "ember-addon",