Skip to content

Commit ed9627e

Browse files
committed
Release 4.1.0
1 parent 36fa214 commit ed9627e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77

88

9+
10+
## v4.1.0 (2024-01-11)
11+
12+
#### :rocket: Enhancement
13+
* [#216](https://github.com/jelhan/ember-style-modifier/pull/216) improve typing of CSS styles using csstype package ([@jelhan](https://github.com/jelhan))
14+
15+
#### Committers: 1
16+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
17+
918
## v4.0.0 (2024-01-10)
1019

1120
#### :boom: Breaking Change

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.0.0",
3+
"version": "4.1.0",
44
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)