diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ad58f..0eb8dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 0.7.1 + +* Improved nodes range detection + ## 0.7.0 * Added support for passing a function to `styled` instead using it as a tagged template. For example, styled.div(props => \`color: red;\`), or styled(Component)(props => \`color: red;\`)