Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Jul 16, 2024
1 parent 230dc73 commit 6ade876
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ember-style-modifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@




## v4.4.0 (2024-07-16)

#### :rocket: Enhancement
* [#258](https://github.com/jelhan/ember-style-modifier/pull/258) Support @ember/string v4 ([@Techn1x](https://github.com/Techn1x))

#### Committers: 1
- Brad Overton ([@Techn1x](https://github.com/Techn1x))


## v4.3.1 (2024-03-10)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion ember-style-modifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-style-modifier",
"version": "4.3.1",
"version": "4.4.0",
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
},
"npm": false
},
"version": "4.3.1"
"version": "4.4.0"
}

0 comments on commit 6ade876

Please sign in to comment.