Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Nov 4, 2024
1 parent 71dda56 commit 8ae1e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## 0.7.0
* Add support for passing a function to `styled` instead using it as a tagged template. For example, <code>styled.div(props => `color: red;`)</code>, or <code>styled(Component)(props => `color: red;`)</code>
* Added support for passing a function to `styled` instead using it as a tagged template. For example, <code>styled.div(props => \`color: red;\`)</code>, or <code>styled(Component)(props => \`color: red;\`)</code>

## 0.6.4
* Fixed parsing for CSS with escaped characters
Expand Down

0 comments on commit 8ae1e31

Please sign in to comment.