Skip to content

Commit 67ecd99

Browse files
committed
Release 0.4.0
1 parent 2acc644 commit 67ecd99

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,3 +1,21 @@
1+
2+
## v0.4.0 (2021-10-27)
3+
4+
#### :boom: Breaking Change
5+
* [#104](https://github.com/jelhan/ember-autoresize-modifier/pull/104) drop support for node 10 ([@jelhan](https://github.com/jelhan))
6+
7+
#### :rocket: Enhancement
8+
* [#94](https://github.com/jelhan/ember-autoresize-modifier/pull/94) Add autoresize width support ([@ctjhoa](https://github.com/ctjhoa))
9+
10+
#### :house: Internal
11+
* [#98](https://github.com/jelhan/ember-autoresize-modifier/pull/98) setup GitHub CI ([@jelhan](https://github.com/jelhan))
12+
* [#82](https://github.com/jelhan/ember-autoresize-modifier/pull/82) Upgrade ember cli to 3.21 ([@jelhan](https://github.com/jelhan))
13+
* [#79](https://github.com/jelhan/ember-autoresize-modifier/pull/79) renovate should upgrade major versions only ([@jelhan](https://github.com/jelhan))
14+
15+
#### Committers: 2
16+
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
17+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
18+
119
## v0.3.0 (2020-08-04)
220

321
#### :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.3.0",
3+
"version": "0.4.0",
44
"description": "Autoresize Element Modifier for Ember.js",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)