diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb2d07..91beb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.2](https://github.com/gregberge/twc/compare/v1.4.1...v1.4.2) (2024-08-18) + + +### Bug Fixes + +* component props from attrs not respecting provided transient props ([b48d22d](https://github.com/gregberge/twc/commit/b48d22dd62eccccf4c208cec2ac8d96165d2ab04)) + ### [1.4.1](https://github.com/gregberge/twc/compare/v1.4.0...v1.4.1) (2024-01-18) diff --git a/package.json b/package.json index 9443fb9..b4b9dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-twc", - "version": "1.4.1", + "version": "1.4.2", "description": "Create reusable Tailwind CSS components with React.", "type": "module", "exports": {