diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ba2fa..baedad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ 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.0.1](https://github.com/gregberge/twc/compare/v1.0.0...v1.0.1) (2023-12-22) + + +### Bug Fixes + +* update exports in package.json ([ee1e6f5](https://github.com/gregberge/twc/commit/ee1e6f539997dad852271e43d9d13ed5ad4f6c51)) + ## 1.0.0 (2023-12-21) diff --git a/package.json b/package.json index 2ece975..e92ced0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-twc", - "version": "1.0.0", + "version": "1.0.1", "description": "Create reusable Tailwind CSS components with React.", "type": "module", "exports": {