Skip to content

Commit b82aa2f

Browse files
committed
Release 0.4.1
1 parent 4bf261e commit b82aa2f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ Please upgrade or ask whatever dependency you are using to upgrade.
1111
https://github.com/highlightjs/highlight.js/issues/2877
1212

1313

14+
15+
## v0.4.1 (2022-05-13)
16+
17+
#### :rocket: Enhancement
18+
* [#514](https://github.com/elwayman02/ember-resize-modifier/pull/514) Performance: avoid creating callbacks for the destructor ([@chriskrycho](https://github.com/chriskrycho))
19+
20+
#### :bug: Bug Fix
21+
* [#515](https://github.com/elwayman02/ember-resize-modifier/pull/515) Require ember-modifier@^3.2 ([@chriskrycho](https://github.com/chriskrycho))
22+
23+
#### :house: Internal
24+
* [#514](https://github.com/elwayman02/ember-resize-modifier/pull/514) Performance: avoid creating callbacks for the destructor ([@chriskrycho](https://github.com/chriskrycho))
25+
26+
#### Committers: 1
27+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
28+
1429
## v0.4.0 (2022-05-13)
1530

1631
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resize-modifier",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Resize Modifier for Ember.js Applications using ResizeObserver",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)