Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 15, 2022
1 parent af32733 commit cf81e76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@



## v0.6.0 (2022-10-15)

#### :boom: Breaking Change
* [#152](https://github.com/jelhan/ember-autoresize-modifier/pull/152) drop support for Ember 3.24 ([@jelhan](https://github.com/jelhan))
* [#123](https://github.com/jelhan/ember-autoresize-modifier/pull/123) drop support for node 12 ([@jelhan](https://github.com/jelhan))

#### :rocket: Enhancement
* [#149](https://github.com/jelhan/ember-autoresize-modifier/pull/149) Resolve ember-modifier deprecation by refactoring to modify hook ([@evoactivity](https://github.com/evoactivity))

#### :house: Internal
* [#150](https://github.com/jelhan/ember-autoresize-modifier/pull/150) prettify dummy app templates ([@jelhan](https://github.com/jelhan))
* [#122](https://github.com/jelhan/ember-autoresize-modifier/pull/122) textarea does not support value attribute ([@jelhan](https://github.com/jelhan))

#### Committers: 2
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## v0.5.0 (2021-10-27)

#### :boom: Breaking Change
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-autoresize-modifier",
"version": "0.5.0",
"version": "0.6.0",
"description": "Autoresize Element Modifier for Ember.js",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit cf81e76

Please sign in to comment.