Skip to content

Commit ecb0c4c

Browse files
committed
Release 3.0.1
1 parent 6037cfe commit ecb0c4c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55

66

7+
8+
## v3.0.1 (2023-02-15)
9+
10+
#### :bug: Bug Fix
11+
* [#148](https://github.com/jelhan/ember-style-modifier/pull/148) Don't dasherize property names twice ([@drewpereli](https://github.com/drewpereli))
12+
13+
#### :house: Internal
14+
* [#149](https://github.com/jelhan/ember-style-modifier/pull/149) ember-cli-update to v4.10 ([@jelhan](https://github.com/jelhan))
15+
16+
#### Committers: 2
17+
- Drew Pereli ([@drewpereli](https://github.com/drewpereli))
18+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
19+
720
## v3.0.0 (2023-01-16)
821

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

0 commit comments

Comments
 (0)