Skip to content

Commit cf81e76

Browse files
committed
Release 0.6.0
1 parent af32733 commit cf81e76

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
4+
## v0.6.0 (2022-10-15)
5+
6+
#### :boom: Breaking Change
7+
* [#152](https://github.com/jelhan/ember-autoresize-modifier/pull/152) drop support for Ember 3.24 ([@jelhan](https://github.com/jelhan))
8+
* [#123](https://github.com/jelhan/ember-autoresize-modifier/pull/123) drop support for node 12 ([@jelhan](https://github.com/jelhan))
9+
10+
#### :rocket: Enhancement
11+
* [#149](https://github.com/jelhan/ember-autoresize-modifier/pull/149) Resolve ember-modifier deprecation by refactoring to modify hook ([@evoactivity](https://github.com/evoactivity))
12+
13+
#### :house: Internal
14+
* [#150](https://github.com/jelhan/ember-autoresize-modifier/pull/150) prettify dummy app templates ([@jelhan](https://github.com/jelhan))
15+
* [#122](https://github.com/jelhan/ember-autoresize-modifier/pull/122) textarea does not support value attribute ([@jelhan](https://github.com/jelhan))
16+
17+
#### Committers: 2
18+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
19+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
20+
321
## v0.5.0 (2021-10-27)
422

523
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-autoresize-modifier",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Autoresize Element Modifier for Ember.js",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)