Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 27, 2021
1 parent 9d1c556 commit 2aabe6a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@


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

#### :boom: Breaking Change
* [#106](https://github.com/jelhan/ember-autoresize-modifier/pull/106) drop support for Ember CLI < 3.24 ([@jelhan](https://github.com/jelhan))
* [#103](https://github.com/jelhan/ember-autoresize-modifier/pull/103) Update dependency ember-modifier to v3 ([@renovate[bot]](https://github.com/apps/renovate))
* [#93](https://github.com/jelhan/ember-autoresize-modifier/pull/93) Update dependency ember-auto-import to v2 ([@renovate[bot]](https://github.com/apps/renovate))
* [#105](https://github.com/jelhan/ember-autoresize-modifier/pull/105) drop support for Ember < 3.24 ([@jelhan](https://github.com/jelhan))

#### :house: Internal
* [#107](https://github.com/jelhan/ember-autoresize-modifier/pull/107) upgrade addon blueprints with Ember 3.28 ([@jelhan](https://github.com/jelhan))

#### Committers: 1
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))

## v0.4.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.4.0",
"version": "0.5.0",
"description": "Autoresize Element Modifier for Ember.js",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2aabe6a

Please sign in to comment.