diff --git a/CHANGELOG.md b/CHANGELOG.md index 7663550..160be82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing yet! +## [0.4.1] - 2023-01-21 + +### Changed + +- Change extension logo background color from transparent to white + ## [0.4.0] - 2023-01-21 ### Added @@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add missing props to extracted components when expressions are used -[unreleased]: https://github.com/dimitribarbot/tailwind-styled-components-extractor/compare/v0.4.0...HEAD +[unreleased]: https://github.com/dimitribarbot/tailwind-styled-components-extractor/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/dimitribarbot/tailwind-styled-components-extractor/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/dimitribarbot/tailwind-styled-components-extractor/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/dimitribarbot/tailwind-styled-components-extractor/compare/b72f621adfcd460d7f15241dea247ebaa074dbea...v0.3.2 diff --git a/images/logo.png b/images/logo.png index e02346f..5e05015 100644 Binary files a/images/logo.png and b/images/logo.png differ diff --git a/package.json b/package.json index 79ba196..5554a66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tailwind-styled-components-extractor", "displayName": "Tailwind Styled-Components Extractor", - "version": "0.4.0", + "version": "0.4.1", "description": "Generate tailwind styled-components from JSX tags. A faster tailwind styled-component workflow.", "license": "MIT", "publisher": "dimitribarbot",