Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Feb 5, 2022
1 parent 5ce535e commit 84167f3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@

## v0.6.0 (2022-02-05)

#### :boom: Breaking Change
* [#73](https://github.com/tildeio/ember-element-helper/pull/73) Update to Ember 4 and Octane blueprint, drop support for Ember < 3.24 ([@knownasilya](https://github.com/knownasilya))
* [#74](https://github.com/tildeio/ember-element-helper/pull/74) Allow Embroider v1 deps; Drop node v10 ([@josemarluedke](https://github.com/josemarluedke))

#### :rocket: Enhancement
* [#74](https://github.com/tildeio/ember-element-helper/pull/74) Allow Embroider v1 deps; Drop node v10 ([@josemarluedke](https://github.com/josemarluedke))

#### :memo: Documentation
* [#78](https://github.com/tildeio/ember-element-helper/pull/78) Fix CI status badge ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#73](https://github.com/tildeio/ember-element-helper/pull/73) Update to Ember 4 and Octane blueprint, drop support for Ember < 3.24 ([@knownasilya](https://github.com/knownasilya))
* [#77](https://github.com/tildeio/ember-element-helper/pull/77) Upgrade Ember Auto Import to v2; Refresh other deps ([@josemarluedke](https://github.com/josemarluedke))

#### Committers: 5
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
- Jakub Olek ([@hakubo](https://github.com/hakubo))
- Josemar Luedke ([@josemarluedke](https://github.com/josemarluedke))
- Miguel Camba ([@cibernox](https://github.com/cibernox))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v0.5.5 (2021-06-14)

#### :house: Internal
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-element-helper",
"version": "0.5.5",
"version": "0.6.0",
"description": "Dynamic element helper for Glimmer templates.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 84167f3

Please sign in to comment.