Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Feb 15, 2023
1 parent 6037cfe commit ecb0c4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@




## v3.0.1 (2023-02-15)

#### :bug: Bug Fix
* [#148](https://github.com/jelhan/ember-style-modifier/pull/148) Don't dasherize property names twice ([@drewpereli](https://github.com/drewpereli))

#### :house: Internal
* [#149](https://github.com/jelhan/ember-style-modifier/pull/149) ember-cli-update to v4.10 ([@jelhan](https://github.com/jelhan))

#### Committers: 2
- Drew Pereli ([@drewpereli](https://github.com/drewpereli))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))

## v3.0.0 (2023-01-16)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-style-modifier",
"version": "3.0.0",
"version": "3.0.1",
"description": "{{style}} modifier to set an element's style using the CSSStyleDeclaration API.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ecb0c4c

Please sign in to comment.