diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b368b6..0cfaee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3.0](https://github.com/gregberge/twc/compare/v1.2.2...v1.3.0) (2023-12-29) + + +### Features + +* allow to configure transient props ([15fc3b6](https://github.com/gregberge/twc/commit/15fc3b619b1e8356d66c1556887dd2db123b177c)), closes [#29](https://github.com/gregberge/twc/issues/29) + + +### Bug Fixes + +* **types:** make types first in exports ([98c6d23](https://github.com/gregberge/twc/commit/98c6d23a2ffc3a99df8671667e9be98f3c144d25)) + ### [1.2.2](https://github.com/gregberge/twc/compare/v1.2.1...v1.2.2) (2023-12-27) diff --git a/package.json b/package.json index 23a31ae..84e965b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-twc", - "version": "1.2.2", + "version": "1.3.0", "description": "Create reusable Tailwind CSS components with React.", "type": "module", "exports": {