Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Mar 10, 2024
1 parent 586b02d commit 26d9ac7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ember-style-modifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@




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

#### :bug: Bug Fix
* [#242](https://github.com/jelhan/ember-style-modifier/pull/242) @babel/core dependency is not needed ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## v4.3.0 (2024-02-13)

#### :rocket: Enhancement
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.0",
"version": "4.3.1",
"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.0"
"version": "4.3.1"
}

0 comments on commit 26d9ac7

Please sign in to comment.