Skip to content

Commit 6ade876

Browse files
committed
Release 4.4.0
1 parent 230dc73 commit 6ade876

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

ember-style-modifier/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111

1212

13+
14+
## v4.4.0 (2024-07-16)
15+
16+
#### :rocket: Enhancement
17+
* [#258](https://github.com/jelhan/ember-style-modifier/pull/258) Support @ember/string v4 ([@Techn1x](https://github.com/Techn1x))
18+
19+
#### Committers: 1
20+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
21+
22+
1323
## v4.3.1 (2024-03-10)
1424

1525
#### :bug: Bug Fix

ember-style-modifier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-style-modifier",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
55
"keywords": [
66
"ember-addon"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
},
5353
"npm": false
5454
},
55-
"version": "4.3.1"
55+
"version": "4.4.0"
5656
}

0 commit comments

Comments
 (0)