Skip to content

Commit 73bc906

Browse files
committed
Release 0.8.0
1 parent 1c68591 commit 73bc906

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33

44

5+
6+
## v0.8.0 (2025-03-08)
7+
8+
#### :boom: Breaking Change
9+
* [#246](https://github.com/jelhan/ember-autoresize-modifier/pull/246) drop support for Ember < v4.12 ([@jelhan](https://github.com/jelhan))
10+
* [#208](https://github.com/jelhan/ember-autoresize-modifier/pull/208) drop support for Ember < 4.8 ([@jelhan](https://github.com/jelhan))
11+
* [#206](https://github.com/jelhan/ember-autoresize-modifier/pull/206) drop support for node 14 and 16 ([@jelhan](https://github.com/jelhan))
12+
13+
#### :rocket: Enhancement
14+
* [#215](https://github.com/jelhan/ember-autoresize-modifier/pull/215) Support Ember v5 ([@jelhan](https://github.com/jelhan))
15+
* [#212](https://github.com/jelhan/ember-autoresize-modifier/pull/212) Drop @ember/string dependency ([@charlesfries](https://github.com/charlesfries))
16+
* [#207](https://github.com/jelhan/ember-autoresize-modifier/pull/207) declare peer dependency on ember-source ([@jelhan](https://github.com/jelhan))
17+
18+
#### :house: Internal
19+
* [#240](https://github.com/jelhan/ember-autoresize-modifier/pull/240) upgrade with Ember CLI v6.2 blueprints ([@jelhan](https://github.com/jelhan))
20+
* [#223](https://github.com/jelhan/ember-autoresize-modifier/pull/223) upgrade with Ember CLI v5.12 blueprints ([@jelhan](https://github.com/jelhan))
21+
* [#221](https://github.com/jelhan/ember-autoresize-modifier/pull/221) run tests for Embroider again ([@jelhan](https://github.com/jelhan))
22+
* [#220](https://github.com/jelhan/ember-autoresize-modifier/pull/220) run tests against latest Ember release (v6.2) and prereleases again ([@jelhan](https://github.com/jelhan))
23+
* [#219](https://github.com/jelhan/ember-autoresize-modifier/pull/219) migrate to pnpm ([@jelhan](https://github.com/jelhan))
24+
* [#217](https://github.com/jelhan/ember-autoresize-modifier/pull/217) Upgrade with Ember CLI v4.12 blueprints ([@jelhan](https://github.com/jelhan))
25+
* [#214](https://github.com/jelhan/ember-autoresize-modifier/pull/214) adopt the default GitHub CI setup for Ember addons ([@jelhan](https://github.com/jelhan))
26+
27+
#### Committers: 2
28+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
29+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
30+
531
## v0.7.0 (2023-01-07)
632

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

0 commit comments

Comments
 (0)